Memory Pool Memory Pool Refreshing

1,522 transactions
0.57 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,521 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,520 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,520 (862,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,456 46,456 000000002b831372e51854765ab60bfd12720ce936e7984a8ac145e9fc9743ab 0.00 MB 1 0
46,455 46,455 000000002e484e855d5d8a8bcff10113b4d9ceb65bba3d15cf99f55ad2a17a73 0.00 MB 2 0
46,454 46,454 0000000012fba29274d0f7053182685206b8ca5516e23843eef52b442d3f4cf1 0.00 MB 1 0
46,453 46,453 000000001f0cc5efe87d2e3e658b5deb31cc2b9c4fb1692fa8d86446c7314630 0.00 MB 1 0
46,452 46,452 0000000011e4f20012a25df9231bafe548743c959e35a17e6ab6f41838cca5cf 0.00 MB 1 0
46,451 46,451 000000000e2fb994fe33c501d5d8638223929c4d019b8b420d29bec861de71a3 0.00 MB 1 0
46,450 46,450 000000001095e281c5f99f0b7b674bba59a8d69f6f2e9697ffdae8a5ffcf5010 0.00 MB 1 0
46,449 46,449 00000000139550bd9f4444506d80e43227c17afbf0b0584c1f73f29b7974bd10 0.00 MB 1 0
46,448 46,448 00000000351dd56a33def37fbf11292b43a3751adcbbf6c05d0c0c0a82a79704 0.00 MB 1 0
46,447 46,447 000000000a4d6dcaac1ec16e4e55b6819d479943e6f8243d109092021ea55e79 0.00 MB 1 0
46,446 46,446 000000000632c9688859f3b18fd209687316dcc8fdb1bb625d4ac04336102617 0.00 MB 1 0
46,445 46,445 0000000014a787e36aae5375957eea14e4cdf4329140e1c41666a46da61c9c69 0.00 MB 1 0
46,444 46,444 0000000024c34e997bbd3764ca5068b3616914ba7794e9f0ac77e9f5c40ee960 0.00 MB 1 0
46,443 46,443 0000000030749e61870fe421ad67154336c0a00a45a6bf33f2b02d6ccde91bc0 0.00 MB 1 0
46,442 46,442 0000000017afdf53753a2d71432f7a61087283e0f6524f2dba66ccd40bd4cb79 0.00 MB 1 0
46,441 46,441 000000001e40c78d224c9640bbf018a04546db362b0dd39988c41ab1f14f6181 0.00 MB 1 0
46,440 46,440 000000000a92005ddbc2138994e517d354643f243fd287db55b6d3df4221c2a9 0.00 MB 1 0
46,439 46,439 000000001e8549f7636c2590ed1df2d3f44fead7b2b7775d6e25ea09fb1b9bc0 0.00 MB 1 0
46,438 46,438 0000000019112e4fd850d7abc61d6fa63580928b944a1548b3e2d1013eee5069 0.00 MB 1 0
46,437 46,437 0000000017acd35dd77f79e5264ada028596c1affb2f7ef8150ae1b10401caad 0.00 MB 1 0
46,436 46,436 00000000156fbbb7f8a72b4afa2edd49f6561c1b9a40b9935e263db7b0745f4c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.66 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,840.36 GB sent, 100.31 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.