Memory Pool Memory Pool Refreshing

17,566 transactions
5.65 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,769 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (747,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,206 160,206 00000000000002fcf055e6589ccd7e613d2c4def2760c6fd49008bb34645cc72 0.05 MB 35 550
160,205 160,205 000000000000092bbfa3cb99d266ad1d1b3aacbd45beefa93dcec52033c599b6 0.01 MB 17 13
160,204 160,204 00000000000007a7066298390a1d2b1037ffa516abbb83cec2e6e98e70695f7e 0.03 MB 45 148
160,203 160,203 00000000000006c3738fdbc2bfa3504df341e6232f4eee2e5b4f2e4317667a60 0.01 MB 17 9
160,202 160,202 00000000000003623ecb8b58792e49d7742e6c25a54c3939eb33226777412d1f 0.03 MB 38 182
160,201 160,201 0000000000000d468d8e817bb3a9d4796064c3f8c23e2ea1a2a595fcb87eea71 0.00 MB 13 100
160,200 160,200 000000000000010f123e93970bda828b9bbc45bcee98ad9d649ef9eebe4b80af 0.01 MB 20 49
160,199 160,199 0000000000000b8a40031fef43c26db32f6d4fa8cf71a5789ea5e9c6d2edee69 0.01 MB 4 33
160,198 160,198 0000000000000b4ca9ea9538b86eb0ac3581857a0a228ed6d73fe45a3c2dc498 0.03 MB 67 13
160,197 160,197 0000000000000e22aeba1bc0a358bdf7899fb342cec41f054c4c922a06fb28e6 0.03 MB 35 115
160,196 160,196 000000000000009fccc330607301f2e1c49c52855ff3667dd84c199d6a114359 0.02 MB 58 203
160,195 160,195 0000000000000682c43cc606aab92d73df738f11e437dc99ed3d7ddbb39e7ff9 0.00 MB 3 57
160,194 160,194 0000000000000c962eccb430275917a04be71e6261c34f13990f6b4d5a4d8a36 0.02 MB 36 41
160,193 160,193 000000000000098e3151083184172d354eafefb2afc80be765bf58d9ebcde39f 0.05 MB 34 66
160,192 160,192 000000000000019d00a3db476f12621d45cab25739fce6b9c837f0ad520a2a3c 0.00 MB 9 17
160,191 160,191 00000000000002ea9bbe6edf3ea75963f17bb78d16e8de7065a646e1091040da 0.01 MB 19 179
160,190 160,190 0000000000000b36a9ddb57181501bdfd29e7b33f32ecd6f84c629e9552b4c75 0.02 MB 65 6
160,189 160,189 0000000000000a593d9700474034ec614d2b8a1056ebe4f892bc28cb5b63f18c 0.02 MB 26 1,371
160,188 160,188 00000000000001f88bbdc4fa95dc630443051bdad15868f98cf253d15c565957 0.01 MB 20 51
160,187 160,187 00000000000008558717570c231a904e536c1b50eeebf88ddccd11c5dc5e770b 0.02 MB 56 182
160,186 160,186 00000000000007ae69fbe93982b7474451c618b8df309739669f07a04605f8bf 0.03 MB 58 134
Previous 10 blocks ↓
Total Size: 769.02 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: 1,624.21 GB sent, 92.99 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.