Memory Pool Memory Pool Refreshing

5,924 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,694 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,305 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (171,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
736,510 736,510 0000000000000000000258147dd664e6f9275ece53d7623bb507cb69f5740df4 1.47 MB 2,620 16
736,509 736,509 0000000000000000000314f625381781de4dc4ea301ed5916a84a2539ca4da6d 1.47 MB 1,317 10
736,508 736,508 00000000000000000005697f47e567e4a876dcd6d05a64fc897fe04567e6f90f 1.16 MB 321 13
736,507 736,507 00000000000000000004c78ebec1d16f00031219bfc7bd81059252724ef78f37 1.37 MB 1,423 21
736,506 736,506 00000000000000000006f2d35cb5bb1581b5a7663e0dbc7852f53c65746d506c 1.58 MB 1,065 3
736,505 736,505 000000000000000000075befc97428f56cdc261a4a5a2f02e953e65f11ccc8db 1.54 MB 3,288 13
736,504 736,504 0000000000000000000600de7b35a2b67dbb69822289b0eff8709e14d9f9b9aa 1.45 MB 3,251 22
736,503 736,503 000000000000000000034e1b34708b3e24094691762182f99b5949b6b8dc2324 1.71 MB 1,373 7
736,502 736,502 0000000000000000000781b98015e1002a4210b0aa9dc71ed71e34ac04d93078 1.70 MB 998 3
736,501 736,501 00000000000000000002ce6a63e8381782a73129a77575abcbfc1c7396840831 1.88 MB 140 1
736,500 736,500 00000000000000000000f6b345f732bf782334b7f6bc0b8fcf7a871a7e291ec6 1.95 MB 258 1
736,499 736,499 00000000000000000001511a6b91a1d60d4f058aef4dd2f648d39ff1a7768297 1.86 MB 236 2
736,498 736,498 00000000000000000008e9ddd6010f87c22fa60690cfe6891a66df3e606d497f 1.66 MB 985 4
736,497 736,497 000000000000000000058dd1264f51a0808415ccc2bdc66059bc7ced62684490 1.74 MB 1,126 2
736,496 736,496 0000000000000000000751f34d422c31611f6b4f78a8fa9ac3ef3bce2e7c1b3a 1.74 MB 465 2
736,495 736,495 00000000000000000005a2626a42e5d5c432951e40d8fa95b029346be40658df 1.61 MB 3,326 8
736,494 736,494 0000000000000000000146dc6284cfd97daad5dc504a999e5c8b0f56abd33c79 1.53 MB 2,776 15
736,493 736,493 000000000000000000069153725ffdc8b8a623fd0563eb6bc1eab3657862cdd7 1.79 MB 2,333 5
736,492 736,492 00000000000000000004d2402056f42037324dd842e6003bae5cdd10971ca791 1.56 MB 2,980 17
736,491 736,491 00000000000000000003e284d809f2a7be671f784636990a033b9de9c2fb4309 1.51 MB 1,541 12
736,490 736,490 0000000000000000000631160b7eaf06cb7f8f1a16e7fcfa6d81a10309810c75 1.41 MB 2,576 18
Previous 10 blocks ↓
Total Size: 768.97 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,615.63 GB sent, 92.66 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.