Memory Pool Memory Pool Refreshing

14,298 transactions (3.19 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,178 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 5,030 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,177 (882,628 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,549 26,549 00000000ff3a16b9e1f863f12ae0dff1434fd9514f1cd01b7f921ab4c4db3d30 0.00 MB 1 0
26,548 26,548 00000000cfc69f3c4ecaee55038ac25589196e3572780ea5cb1ae70a1555021e 0.00 MB 1 0
26,547 26,547 00000000be32525d9da277aa543960a96ee1983fada5f6db16d9533b23a7934f 0.00 MB 1 0
26,546 26,546 00000000b0aba338c22f5b34eb90be5bdec461388ebd27a40759f756cd8d8749 0.00 MB 1 0
26,545 26,545 000000001df09234a5975fe1a7c14e56858adf140c44f0066e73460bc8fba391 0.00 MB 1 0
26,544 26,544 00000000ff2cd47a82d2a017a1cb1d82cb981d7758762878eec9508503d7a092 0.00 MB 1 0
26,543 26,543 00000000f56dbbacc7864c21c3bbfe9f3f1d76d14b30ca7fdced1d8d9d377b5e 0.00 MB 1 0
26,542 26,542 00000000fccf4062ed7932fdc98aae4b1a4e6990059e8a0c356dadc8fff51d6c 0.00 MB 1 0
26,541 26,541 0000000032a42cb3269f503414121cd6c28918f97e5c9be6b48a91412357c0b2 0.00 MB 1 0
26,540 26,540 000000002d44e229bcc876474bdbb1127b18885fb71ecb8b95c3071bd0a69241 0.00 MB 1 0
26,539 26,539 000000005f4e094a619f1643ff12b094c05456d2f75424b7b31e833602b90100 0.00 MB 1 0
26,538 26,538 00000000efbbdc3d5cef4112d95e96e0be6ffd40d24ce4c802102904e8684574 0.00 MB 1 0
26,537 26,537 00000000e251f8f7bbafc86a19af0adc7054bebe7271db38f3f379d17e7b8489 0.00 MB 1 0
26,536 26,536 00000000e67ff91b3c5de04f9924c876a9cb648e96dbd16c68d611240353b8c0 0.00 MB 1 0
26,535 26,535 000000003063998dde696e9dfcabe3e51d5259881866391e03da5ac7b4c00675 0.00 MB 1 0
26,534 26,534 00000000f4c5fee933bfb43ab1c5422d0365b5006aa3c199e96a26c88c2e6b58 0.00 MB 1 0
26,533 26,533 00000000200ad28a29143ed96f9ed7614ab99d1226bf5b5474178535097745fd 0.00 MB 1 0
26,532 26,532 0000000051fe0aea8a1f104aaf0fe5fce53fe72579f2cd8d8157bb6242ab0d4d 0.00 MB 1 0
26,531 26,531 000000001cdb83589838dc9a6def7d867bd99a2418392c6f62a218c0111883e4 0.00 MB 1 0
26,530 26,530 0000000029871dfd689722e42e52cbed5c5d3f1536df7fb75f54c3190f6d1bed 0.00 MB 1 0
26,529 26,529 00000000e9dd551914f08e77ef287738cb142b7ee83a30cdcb07b39eff1361cf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.87 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,985.22 GB sent, 107.08 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.