Memory Pool Memory Pool Refreshing

1,294 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,792 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 1,267 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,791 (542,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
365,401 365,401 00000000000000000edbcddba0a5f06580bae32f35ac964b29e9c92bccfc2499 0.93 MB 707 15
365,400 365,400 00000000000000001368f0297d626aa9f0e68000590bed91d5d814061c264bea 0.09 MB 140 34
365,399 365,399 000000000000000009fb6b4986579aadc11f10016a495346b352a916067ce738 1.00 MB 713 15
365,398 365,398 000000000000000012e509fac20cd178dfc422b7acdc92af5071e55b88cd88ad 0.93 MB 572 13
365,397 365,397 0000000000000000067deb68decfae5a46b9d63ef4bcc8bbaab7357a61993c09 0.08 MB 143 48
365,396 365,396 0000000000000000147af4cd3597cd28a5af70c1ac9ce9b9257df32772731b30 0.15 MB 241 18
365,395 365,395 0000000000000000140ab2765937c107e0fd041ad30942fe29599c4470308b11 0.93 MB 577 11
365,394 365,394 0000000000000000135ddecb69946c5da052ca46eb82cab1a6dd0358481eea39 1.00 MB 629 11
365,393 365,393 00000000000000000e8cf93418629fd4f51a2777544819eb58a95fbe2c07b188 0.15 MB 126 8
365,392 365,392 00000000000000000cf520a9df6e86a8b25b657b80f04016541d60a5384806ec 0.23 MB 388 38
365,391 365,391 00000000000000000adf93c71ddf3f0ccc8fdfd99d5cb1a7f97fe771a5de2c41 0.95 MB 707 14
365,390 365,390 0000000000000000078ff3ab9f1d2cc526770ed7346720a7643af0e07ca176c5 0.93 MB 625 14
365,389 365,389 000000000000000011b174193c83b07d0b83cb4d87ca9a5bd627b44bb8adc33a 0.93 MB 836 16
365,388 365,388 0000000000000000005350c16bdbc71195423e54adb7320dd3428adf8ae3a7ee 0.26 MB 371 34
365,387 365,387 0000000000000000011b3caf94cf87b01dff282434683c411dc99db3320378f2 0.00 MB 1 0
365,386 365,386 000000000000000001fccba5fd46442a4c4694b3a8d33fbac4378a0611be36f6 0.47 MB 849 38
365,385 365,385 0000000000000000048b44397a138109e356f9ba1ccb735e0fc8a687df78bff2 0.93 MB 300 5
365,384 365,384 000000000000000014a802da803ba796647a47352220c0c9e88d492b055d1294 0.14 MB 148 18
365,383 365,383 00000000000000000ce028038adf0c7c8b91a59352283e0030f1f6af895212ac 0.85 MB 633 15
365,382 365,382 00000000000000000c33f4365698027960cf633c600d1bdc16ae22b6db719a2b 0.93 MB 395 8
365,381 365,381 000000000000000013c51bb0903e71f1481f58553df107c06783c547402d08a3 0.19 MB 302 20
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 113 incoming
  • Data Transfer: 1,632.61 GB sent, 93.62 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.