Memory Pool Memory Pool Refreshing

3,063 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,706 00000000000000000002349e0000000000000000000000000000000000000000 0.80 vMB 2,974 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (14,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,480 893,480 000000000000000000019a54804690a800ed61eefdd5df7e00200950602ac457 1.95 MB 1,597 2
893,479 893,479 00000000000000000001b5e053513c50c28f4c0714d2948ef25285472ffeb75d 1.50 MB 3,728 4
893,478 893,478 000000000000000000020c5ea7f20cacbb2c022cbbf2dfa52ce82fef152336ae 2.10 MB 892 2
893,477 893,477 00000000000000000001b85234fb5bdaa82b42e9ac459febf949e241f604e4cb 1.65 MB 1,969 3
893,476 893,476 00000000000000000001cea16b09446bbc15bdfd63836210bf936e77f05d8507 1.67 MB 3,276 3
893,475 893,475 000000000000000000000b2b4aea0abe7c726a1a1e090b7bc97b5e1e8873a13c 1.63 MB 2,987 7
893,474 893,474 00000000000000000000698479cbdfeeadeb979c0b2fb1356db2d23ea210a8cc 1.56 MB 3,447 12
893,473 893,473 000000000000000000020890902f7d0efaf34e559611faaf95f8115d57151c8f 1.65 MB 3,662 7
893,472 893,472 00000000000000000001073da1cb173bb4030654906d480507d91ea2a02f4372 1.57 MB 3,809 10
893,471 893,471 000000000000000000015dc6f14f1342ee3ddf1c56d97ad313b66f874a1b009f 1.77 MB 4,618 3
893,470 893,470 000000000000000000022f512a3e4c48bcdcee751769fb5e0bde637f4070f15d 1.45 MB 2,860 2
893,469 893,469 00000000000000000001353d165863e8a5092ad64b3ff464e6ebb92b9a992c7e 1.56 MB 3,560 3
893,468 893,468 00000000000000000001e86c9de8575a9b8a523b872deadd260d5ac2973ca57c 1.53 MB 3,342 6
893,467 893,467 000000000000000000008ff4400965078559f0fcb49aa7f25d92bb282fa8b016 1.83 MB 3,356 1
893,466 893,466 0000000000000000000202233c8d224f03ca23759c91954030240e3838693dd6 1.96 MB 4,410 1
893,465 893,465 0000000000000000000147dd9548bc4ad5bd79342fb8625f70458b125ed42e48 1.74 MB 3,801 3
893,464 893,464 00000000000000000000fc97932b0fc9f42fa6f153be3155f9d5b8b466cf962d 1.98 MB 4,477 1
893,463 893,463 0000000000000000000072fcdc0bf0691dad1b58fb98636263cd067eaf20f80c 1.65 MB 3,835 1
893,462 893,462 00000000000000000001fc03978ca84ee74fb94243e56c54d3c2a6d7ed316d3e 1.53 MB 3,335 2
893,461 893,461 00000000000000000001454ab067c688a30b0c364b91b57af43e95c06749e60b 1.65 MB 3,531 4
893,460 893,460 00000000000000000002291f85a6615cb8862e742e818480584ca5e94239e4f8 1.67 MB 3,907 3
Previous 10 blocks ↓
Total Size: 769.00 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,616.62 GB sent, 92.78 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.