Memory Pool Memory Pool Refreshing

2,239 transactions
0.96 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,609 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 2,239 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,608 (826,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,218 82,218 00000000003fc29dd6cf062770c09395b42f2c4699ae7f68873b4254dd1dbecf 0.00 MB 1 0
82,217 82,217 00000000000a67a86c82696e40ec46c739b70a1a0092b7a19f4dc79a79aa5fa6 0.00 MB 1 0
82,216 82,216 00000000003882aa67cd664cf0a970b8d093d9361c6b2e31a545a133fb391975 0.00 MB 1 0
82,215 82,215 0000000000154d716db23cdb1f87aa40bd2b97236b2ced150299b1447967abbf 0.00 MB 1 0
82,214 82,214 00000000001165b6962f2691fe0477daba62ef6ad0240dbc202a5c1a3faaedd5 0.00 MB 2 0
82,213 82,213 000000000004b09d0a04dc545498e4838aea70c894746d2d8cedc87c3184027e 0.00 MB 1 0
82,212 82,212 00000000001692f4ae28c745c094b96bf92555d06ec9c3a034e53b31380403b5 0.00 MB 1 0
82,211 82,211 00000000000e3e69b1c7dff86115bc3b615acbb14b66a449399134f10ce76b90 0.01 MB 2 0
82,210 82,210 000000000027f41171216ecc8513681e7c7f27a03934d8d63c4f37eb6f3162c1 0.00 MB 1 0
82,209 82,209 00000000003c04f8154c12d521c8a5e3c1135719990fe7c5cc0f5af02f228c64 0.00 MB 1 0
82,208 82,208 000000000027130ce840a6c1ae3a93012412201ecc1ca90b879393052b5a6132 0.00 MB 3 0
82,207 82,207 0000000000159ee26455be65dfd64f66db7d3b645061b1958550583b6426a628 0.00 MB 3 0
82,206 82,206 000000000017cb55375783d1b81f3196929beb48ba615a0ca1fd8e564ededde3 0.00 MB 1 0
82,205 82,205 0000000000083cf2ddd458eed4fad18f47c8251896dec45d2c620b925a73c2a6 0.00 MB 1 0
82,204 82,204 0000000000241293527ffab4fd46a524e39ed9e182298b3a3bfa949bff99fb70 0.00 MB 1 0
82,203 82,203 000000000041bd68f409fa58e64ada511dbb3f181345b01235433e8bef94c98d 0.00 MB 1 0
82,202 82,202 000000000002f29f0d2c299adfd2d1adb9a1842365136227639bc2950548b0c1 0.00 MB 2 0
82,201 82,201 00000000004124d2d2c94b9b0f396b421134ff83b6cff980270b737e5f44ef3f 0.00 MB 2 0
82,200 82,200 0000000000238e4bf6be5b5fd284926810aa86b5adb8dc4a47883490509cf6fa 0.00 MB 1 0
82,199 82,199 00000000002e85dd33b8af527e433b3d0102d2c11d6ed435c204fd7b227482a4 0.00 MB 1 0
82,198 82,198 000000000023df0e483924a52c5154d70173a4c6e513c20bfe1d54a04e4861de 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.74 GB sent, 101.10 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.