Memory Pool Memory Pool Refreshing

3,313 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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,813 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,985 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,812 (428,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
479,383 479,383 000000000000000000cfcdf76532431f615db41ef44ff549cb7f02914cfa41f0 1.00 MB 1,244 48
479,382 479,382 00000000000000000125faf12529d4afb7caacefc8b1e3cfe6ad8102f452a298 0.51 MB 1,195 107
479,381 479,381 0000000000000000004d2b0c1345f66340ae2c469ddb9152fedb07b60aed5ef8 1.00 MB 193 9
479,380 479,380 000000000000000000b0615f7667f4add3fd29aabfd8a741f3ce574576c56671 1.00 MB 521 13
479,379 479,379 00000000000000000059ab3dc96722f3e25555ec5efdc02156403d0bfb7a0413 1.00 MB 1,252 65
479,378 479,378 00000000000000000040ef9fa981b4d28ccd3e161f795afd302c4afad6b29e39 1.00 MB 1,259 9
479,377 479,377 00000000000000000083830cc8492300f08f17c3f5717840373daf5fc186589a 0.75 MB 1,694 52
479,376 479,376 000000000000000000c51d3954f221c0ff6bc450673e438f14b184505be936c9 1.00 MB 2,332 53
479,375 479,375 0000000000000000003cae8c9c691106ea1bb3619f0e52f87096e4a7b18ddb99 1.00 MB 2,344 137
479,374 479,374 00000000000000000051bc1e96276ddf94ca11def7db967e4ad6701d66ef350c 0.54 MB 843 46
479,373 479,373 000000000000000000a6c1e81aa56b5b1a0636d944f996b04dd4293f2ee6a0a2 1.00 MB 1,895 38
479,372 479,372 00000000000000000045370c2103d5a4dc100c17d212ebe87c04d13cb01f22f5 1.00 MB 2,488 149
479,371 479,371 000000000000000000d92a27a8251526aa9c97737e79a41d6bb44db834cc1280 1.00 MB 1,928 60
479,370 479,370 0000000000000000008bb0a8a6291c6f3e1f9073c74c688022d96e51f0573d48 1.00 MB 2,283 111
479,369 479,369 00000000000000000138e2d1cc61abee0e594d292459cd9d91aad86fc172043c 1.00 MB 2,850 157
479,368 479,368 00000000000000000066d93e0fdd09d86c3aee748d9e1fa9265ea27e406da660 1.00 MB 1,836 98
479,367 479,367 0000000000000000000e1f3709068112274c8f427d464d497e27d271dc5d19af 1.00 MB 2,668 151
479,366 479,366 000000000000000001370d0e2de3d1e9ab218b65ff554fd42fe8b847d41718da 1.00 MB 1,308 24
479,365 479,365 00000000000000000087578c997f0134a5ddec610c9c56c1679fc896e52a63f3 1.00 MB 2,313 138
479,364 479,364 000000000000000000eba88206a4f4c3aaf860536541259176d70d29affcce1c 1.00 MB 1,021 55
479,363 479,363 00000000000000000140a24131bf3dffb9be5ee469fa6733dadb6997095fdb8d 0.99 MB 352 16
Previous 10 blocks ↓
Total Size: 769.19 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,633.67 GB sent, 93.88 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.