Memory Pool Memory Pool Refreshing

11,044 transactions
6.62 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
899,720 0000000000000000000237740000000000000000000000000000000000000000 ago 1.00 vMB 3,428 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,719 (10,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
888,942 888,942 0000000000000000000247ab5a43e9a7cdd4671d8f2a3484ed52f50660e1ab0a 1.72 MB 4,824 29
888,941 888,941 00000000000000000001c2246ff1d3d78865b5f294d0ac76add5cf73dbfae471 1.72 MB 4,760 27
888,940 888,940 00000000000000000001e5b0ca22d40318b232dc9dd27ff0188edc28c710f80d 1.78 MB 5,012 24
888,939 888,939 0000000000000000000181eb67663c8fb9087b896d5949987393e8a825b90924 1.77 MB 5,103 27
888,938 888,938 0000000000000000000210efdc7f3fd6e804ed1c5172668e03524a550fc5f3a5 1.61 MB 4,297 34
888,937 888,937 000000000000000000009cbcd9f41b9ea3d1a6b78cfea2f73c21ab2f8a9852ef 1.83 MB 5,239 28
888,936 888,936 00000000000000000000acf21449dca72f4608a65b92be19ca782a192a3cbe34 1.69 MB 4,529 32
888,935 888,935 00000000000000000001eb385e8ea7295defc735c68856db184c95c3bf40a201 1.85 MB 5,278 8
888,934 888,934 00000000000000000000ad415d7bd6311d77ebae2bfdd8a61f6dbe67d6f6489d 1.69 MB 4,393 10
888,933 888,933 000000000000000000002c57a9a9451716fcfce455570d81a5371023e82a05c3 1.72 MB 4,623 8
888,932 888,932 0000000000000000000228efb930b52d794fd255f6c4c799874c51f811d000e8 1.81 MB 5,071 6
888,931 888,931 0000000000000000000201c4647422144894403cf5d25b3904fa3ebd02cd57dc 1.77 MB 4,723 6
888,930 888,930 000000000000000000001a9b7462f354fb5f4ceb8ce7d5feac1cd58e3e90a49a 1.83 MB 4,996 6
888,929 888,929 00000000000000000000596c81d542c0b2224351f24f80ac683540e7c8abd054 1.71 MB 4,574 7
888,928 888,928 00000000000000000001dab4f4a957e21032a5303d80fa1acd734fb72e8d15b3 1.74 MB 4,744 5
888,927 888,927 0000000000000000000174818a7751456c08507ba5754299dc75e8052b64c44c 1.73 MB 4,570 3
888,926 888,926 0000000000000000000216fb86ac74290da0f61252b5801c89239b043ef9b225 1.73 MB 4,400 3
888,925 888,925 00000000000000000000d2b72abd80bab0049c87ec234b4e080162b2e0c29113 1.77 MB 4,485 2
888,924 888,924 000000000000000000025a9a6981feb38c1d11f2eb8c1d9f4b7226a893a80bcb 1.65 MB 4,268 3
888,923 888,923 000000000000000000015333ee8f5376e2f8c4907e63956d3131bab6d3c981f8 1.50 MB 763 1
888,922 888,922 00000000000000000001de5eec78fa38ab1e8537c8bdd6376a62d6d47f9536fd 1.35 MB 1,971 1
Previous 10 blocks ↓
Total Size: 755.49 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 527.38 GB sent, 26.06 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.