Memory Pool Memory Pool Refreshing

3,015 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,830 00000000000000000002349e0000000000000000000000000000000000000000 0.71 vMB 3,014 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (495,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
412,569 412,569 000000000000000003a79d673666d4714f5242520a0205a53e8c1dbf04ca1d30 0.30 MB 686 49
412,568 412,568 0000000000000000046c82ab0ea2d05a06be53fd89589d181a95df0c4a168c5f 0.89 MB 2,219 64
412,567 412,567 00000000000000000480c802f953695d28c2dfa6f5f6f5c356bdfbdb0ab9d389 1.00 MB 965 16
412,566 412,566 000000000000000002b0c50c73127d59fd65aceaf86cf922ad85d2025acb63cc 1.00 MB 2,334 48
412,565 412,565 0000000000000000002c18ac0cb6c1945ec7f34294f89dfce38903b1555d19d4 1.00 MB 2,427 57
412,564 412,564 00000000000000000340aa540195d53064700d473470eb91a0d22fda1a850ffd 1.00 MB 2,714 73
412,563 412,563 00000000000000000271e9a9051bf403a5c35b2cf0938d2341995c7939efdc75 1.00 MB 1,575 26
412,562 412,562 000000000000000002086a23652a57a44c4c2c8d3b6749c683249db2791107f9 1.00 MB 2,565 63
412,561 412,561 0000000000000000047fb6c5f2f9a8da9456b019bcf93966636872849f07c490 1.00 MB 2,367 48
412,560 412,560 000000000000000004bea30980dd17d555d3597c6d59ea85a625cd3fff305bb2 1.00 MB 3,097 70
412,559 412,559 00000000000000000333ddde8be3f214f2a67cd86b5079bf387cacc5e22375e6 0.78 MB 1,513 41
412,558 412,558 0000000000000000051dcd6939d0099f1dae24acff92ef9b8318c80e70e7bce5 0.81 MB 1,594 42
412,557 412,557 0000000000000000002112ceb3e00fb44e89f7fe65c1e4b41ebb39ea9732fcdc 0.45 MB 765 40
412,556 412,556 0000000000000000042631b462e1b5d23a2ee4e380e11274240426925685af7c 0.24 MB 390 46
412,555 412,555 000000000000000002faabf78509366b7da18e5e5c5423581a709d309c20b2eb 0.75 MB 783 27
412,554 412,554 000000000000000001570649c27962a6a69f3d18f8872b2a21d470b676bd97f1 1.00 MB 2,396 70
412,553 412,553 0000000000000000044176c3666c7172f3667decc8f7d40a46f6a0e80f17939f 1.00 MB 946 23
412,552 412,552 000000000000000001f1e31a291f8c7afffbeb8ba453030189f5c72fa2dc2a82 1.00 MB 2,379 58
412,551 412,551 0000000000000000051407c58cdbd81da54132b404238792e78af6c75918cf9a 0.93 MB 1,625 42
412,550 412,550 0000000000000000032cfd2af5cdad7f924fe1db8e262d81d8543f58d863a1a8 0.89 MB 1,724 45
412,549 412,549 0000000000000000031eec50d50177e212df962f647e5d118ab31f36a7a645ea 0.50 MB 817 37
Previous 10 blocks ↓
Total Size: 769.22 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,634.64 GB sent, 94.03 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.