Memory Pool Memory Pool Refreshing

1,030 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,016 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 1,030 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,015 (886,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
21,617 21,617 000000008c4bf3e71b0ec186570d3bb10937c31d8ad85b92bfdefc71d557f74b 0.00 MB 1 0
21,616 21,616 00000000d60c7bb083f14f32771038fc7f3b1e8dae118b0136fead6b464ac887 0.00 MB 1 0
21,615 21,615 0000000081ddd1bcac4388084644183922f31606198713b91331dcfcdfbee2ea 0.00 MB 1 0
21,614 21,614 00000000ec700f8d41d6f4992b0793f2f84fee2a632c1e4a605dc60c60f4411a 0.00 MB 1 0
21,613 21,613 0000000031e0d733c6aa98321793388915eab27a1d3dded69fc49a15bc80eabf 0.00 MB 1 0
21,612 21,612 00000000a977557d5cb5d64af6e7ac97485b862714ed7d72659aa09f69729205 0.00 MB 1 0
21,611 21,611 00000000420fcf6464d52a10ae455b5a1d763ba5c1b1e10d3c40f40c7ce47f68 0.00 MB 1 0
21,610 21,610 00000000a3553da36157a9fe548e85799f17d34974538b4cb9e25200c5012101 0.00 MB 1 0
21,609 21,609 0000000034a94b887ae08b53150c0421e5a87e4c84d52a45c1d93b91995f00d3 0.00 MB 1 0
21,608 21,608 000000001654409edd0a2a67fc36a4d5eadac17a10fd92da226051e77af87272 0.00 MB 1 0
21,607 21,607 00000000ba7acabbc42221fb6a95cbec04d1aa4e772d6d86de9f9ece2420ad6e 0.00 MB 1 0
21,606 21,606 00000000edfbf34a568024c293d6de3ed6e8c842700466290c7c6c3fd702277e 0.00 MB 1 0
21,605 21,605 00000000bc3425f1405e763df16d86c538d6f681752b8f226edd07964bf14d7b 0.00 MB 1 0
21,604 21,604 00000000c2e2e13143d69c8cca18aa3f8463210684b74764e396df5b74ed24a4 0.00 MB 1 0
21,603 21,603 00000000cf46489c20fb1a71f1aebc93a94245bfcfa0956425254f850c3083de 0.00 MB 1 0
21,602 21,602 00000000489310920b5b09d1f06eb729ee7bf65dfcae33e184e2f2cb94c832e1 0.00 MB 1 0
21,601 21,601 00000000d9a1a7443631f7a33807ac7f86538cfe8144aaf170f6ef7914d0c7fa 0.00 MB 1 0
21,600 21,600 000000006fb63be9ebe54f554cdb168ef0706ef6e859709a1d7f080db0388d6a 0.00 MB 1 0
21,599 21,599 00000000e8aa2c6dd5db9921db6cb32d97fca801ce6b0cbd6c446373fdc3e37b 0.00 MB 1 0
21,598 21,598 00000000e1c5c250f80919e8d52926770b0ed056b31bd9a828f9685de78957ea 0.00 MB 1 0
21,597 21,597 000000003c2dcc40ae9648105a2b8d50c5d2de107669cdc1b012b801c4e3c7cf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.57 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,650.09 GB sent, 95.80 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.