Memory Pool Memory Pool Refreshing

2,392 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 5/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 0.73 vMB 2,388 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (10,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,469 897,469 00000000000000000000af936aff1b631a31bee731396b93c8fffd02a8d1e0d6 1.52 MB 5,504 3
897,468 897,468 0000000000000000000160f988b1b4b2a884d9824446adfda60645b17ec4dd62 1.56 MB 6,102 2
897,467 897,467 00000000000000000000da09417f00bf2e4359f60828efa3561a06a819aaf551 1.57 MB 4,387 3
897,466 897,466 000000000000000000023b24ef88d43e455debcce0fd92b601c0db044bb6a77f 1.62 MB 4,426 3
897,465 897,465 0000000000000000000136b19e54622bab4443ef451ab3600942d732c4bae249 1.54 MB 2,969 4
897,464 897,464 000000000000000000010c9478f7a8ecc95d24229df3142f5b597ebdc8c9be0b 1.50 MB 3,808 8
897,463 897,463 00000000000000000001efdca54c71c76ae3c06b54598ff50fc20b48a01149ab 1.17 MB 2,045 2
897,462 897,462 000000000000000000007de21c2c10adec3376d6f0c69f24ba143dc572497b87 1.51 MB 5,179 2
897,461 897,461 000000000000000000007fce6096ddd879353750a50491781cc72a42677cb7ac 1.59 MB 3,506 7
897,460 897,460 00000000000000000001e3c986f456bbfc3ad04a998ac6e05f0672de1d8636b4 1.29 MB 2,802 2
897,459 897,459 000000000000000000014f125969e48c4bbdcd468b85d7d040f018d8590cc39c 1.37 MB 1,456 2
897,458 897,458 000000000000000000018e54fb478c60550d591389ac9397348b76764cdb8968 1.59 MB 4,328 2
897,457 897,457 00000000000000000001367a97d40283d8dc66073084d0994ceb2620cbb69396 1.59 MB 4,309 4
897,456 897,456 00000000000000000000bc5c4a5e94335c0c3f53815673f234cc2aca10502b7c 1.68 MB 3,437 3
897,455 897,455 0000000000000000000154df94db5fdfdd9f9d0a7b4e8d37560540422ca96246 1.41 MB 5,828 2
897,454 897,454 00000000000000000001ec023cd325f23bc23862bd1195b37f5380e4ed918bd5 1.58 MB 4,896 3
897,453 897,453 000000000000000000007255d78445aa0d44e34e3ae6cbf24582ce9e686457fb 1.50 MB 2,602 3
897,452 897,452 00000000000000000000c3ac05bce0dc738a00138a890bfd51d5a80364776d11 1.63 MB 3,684 8
897,451 897,451 000000000000000000023c74ba814cccd44bbfa4b2296cc171b4fa250d6cd14b 1.51 MB 5,466 2
897,450 897,450 00000000000000000001c1ddd2034d05b4ce8247fb5e7ba3a97607c0876366b0 1.60 MB 4,191 2
897,449 897,449 00000000000000000002431fd4f6a1816aedd50caa7a79999d2f16498c90a4dc 1.63 MB 4,116 4
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.57 GB sent, 92.65 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.