Memory Pool Memory Pool Refreshing

6,229 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,838 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,246 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (83,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
824,380 824,380 000000000000000000022d1e6fc0b8efd24dd48bc87a1c35150d3ff95bbd180e 1.81 MB 2,738 48
824,379 824,379 0000000000000000000258d3e9eee65526adef63e02b41dda8b437ff2c6ad235 1.97 MB 3,466 43
824,378 824,378 00000000000000000002131bda9b8e3d19e3d8c21f12b241999c47e80d25ac31 1.59 MB 3,251 67
824,377 824,377 000000000000000000016ee26bee617682b3cf1d05230fa5920b376892dc1bfe 1.76 MB 1,511 49
824,376 824,376 0000000000000000000220be2a96c4d5d34e914d498a19ae635d28d8a8c79ceb 1.83 MB 3,266 65
824,375 824,375 00000000000000000001468e7cb754bcff425bd934da49f72d05374ec4e1db6a 1.83 MB 3,165 77
824,374 824,374 00000000000000000001653812d7cb99174ad7031cd4c1ec013f242ad07f322d 1.77 MB 3,338 70
824,373 824,373 000000000000000000031b82302076fff7a9280f13b68947a5cce698f602988f 1.73 MB 3,726 60
824,372 824,372 000000000000000000036fd27a40c505c31f13ada2a153f67b1b76d98c63f014 1.85 MB 2,881 64
824,371 824,371 000000000000000000005315df24c4a2d3ee29cc13a096682164ecc3619ba83b 1.71 MB 2,159 67
824,370 824,370 000000000000000000034ea445ae86f36f056973872fd9869c49e2abb28a9cc5 1.70 MB 2,758 132
824,369 824,369 000000000000000000014881204ea4570afa007e398a53906dd8eb3d19243978 1.84 MB 3,057 63
824,368 824,368 00000000000000000000d1df7481af941296efbe10679602986d986a1a322ab3 1.81 MB 3,273 55
824,367 824,367 0000000000000000000258e973480e98630516b99e51ad5b25d0b0c38b6d9806 1.70 MB 3,132 72
824,366 824,366 00000000000000000000b19b13120a7d725f17b2bcd017e586f375fe54816d0e 1.65 MB 3,210 66
824,365 824,365 00000000000000000002686dce1ec011080d71911b18ca7dec74b408cf51f29e 1.66 MB 3,209 117
824,364 824,364 000000000000000000033cd7de7164b3177f69e6c13284779f28c309388a2bfb 1.79 MB 2,837 99
824,363 824,363 0000000000000000000062afc85e48dd35e0527939a131970c52f99a213724ca 1.70 MB 2,403 35
824,362 824,362 00000000000000000001a04517e67cd91e360a344a2052cc358b28c0e23974b0 1.76 MB 3,131 51
824,361 824,361 000000000000000000038da52c991cfb0036d95941aab1b5186fe1ef011a52fd 1.71 MB 2,751 62
824,360 824,360 000000000000000000005d01ff283c51e7f139820f845212198338145581fc82 1.82 MB 2,557 89
Previous 10 blocks ↓
Total Size: 769.24 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.97 GB sent, 94.11 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.