Loading Tool

Explorer IconExplorer

Memory Pool

38,718 transactions
28.25 vMB
0.06564087 BTC
Random Selection Loading Transactions
Max Size: 143.31/200 MB

Candidate Block

Mining Attempt 7cb77ac4247b73a020b309ff17826463129c99c5494a0418931e2bf115fed131
Version 20000000
Previous Block 000000000000000000020f1ada729f1f24450fa91e9e63179a4d50787a222e65
Merkle Root 107d8db7b82852bdd8afcbb1e0cda5d601efafb9ec539ae112454ac07d83c8cc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,697
Size: 1.00 vMB
Total Fees: 0.01139162 BTC
Feerates: 150.80 > 1.14 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,601 (817,438 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
97,163 97,163 0000000000016b048f887369da73ecb678e192da9c150eca4473efc8f0ea1cb1 2 0.00/1.00 vMB 0
97,162 97,162 00000000000229de1050576569e420c678df0eac5f794c0b47dbd99c48c8a52a 3 0.00/1.00 vMB 2,074
97,161 97,161 00000000000098d02cdb01e8dea6173775fb66f9ddd53a5aafa82d34a8f2c732 4 0.00/1.00 vMB 0
97,160 97,160 000000000001ebeaebe553b5e50a6c6c97cd626465d0b85674b7cabc8d10a2f9 1 0.00/1.00 vMB 0
97,159 97,159 0000000000016cbd96d7c38942f09916f6f0a7cbbae89db7513e94d89cdd8e48 1 0.00/1.00 vMB 0
97,158 97,158 0000000000050f5b8a5c71b89bc23297c1d141800e0a1651ddfc423bbb85e434 3 0.00/1.00 vMB 0
97,157 97,157 00000000000307bd329f7fa42a262b74ce73dbd8a64772dbb67e7800fb8a6229 2 0.00/1.00 vMB 0
97,156 97,156 0000000000017fcaf141f97bea9fc55caf5caaed013d55257ff6a62badbd8bb9 1 0.00/1.00 vMB 0
97,155 97,155 0000000000053428ab59f54819415010595e547bf8d2096d6aa1ae4b5ac747b0 2 0.00/1.00 vMB 4,576
97,154 97,154 000000000004af78595e9ead51a3aea186d0ffc110061233be8ea02cabd58ff2 3 0.00/1.00 vMB 0
97,153 97,153 00000000000032c0817108b67416152cfd7c0e20c1f3ff837682cdb0aa5b3f44 2 0.00/1.00 vMB 0
97,152 97,152 0000000000023454bae808e74b52b988d931fac41d02af03de873309bab6b484 1 0.00/1.00 vMB 0
97,151 97,151 000000000004c69f751fd98fef3253f4183bb32d44afa9ea7b33b88921e0c060 10 0.00/1.00 vMB 0
97,150 97,150 0000000000026cce728f59f53cb9eb98ca3892267bd34645518aa596f03048ba 1 0.00/1.00 vMB 0
97,149 97,149 000000000004570ef85a885612b2bf294d96ef3364a1c017f3731170c41adaec 2 0.00/1.00 vMB 2,207
97,148 97,148 000000000002336869662207a572a7fb0116dd14fc8971b0b083b70545341a73 1 0.00/1.00 vMB 0
97,147 97,147 0000000000015831aba68be853b3cc3dbb64f457d19851a69d7852a2c34b2c86 2 0.00/1.00 vMB 0
97,146 97,146 000000000002663b588669e46d3c9d97c2b68fed8c0ca87ef4a3e7f1a3ca1a46 1 0.00/1.00 vMB 0
97,145 97,145 00000000000507c0253da0d84bf08dac884501009a0e894fbebc5f78f85252fc 3 0.00/1.00 vMB 4,819
97,144 97,144 000000000003fdc8d8734c6ade5c2cc992d94e7ba2e907f7907c05500fb0a9de 2 0.00/1.00 vMB 0
97,143 97,143 0000000000025632839d511969585a7ad09ceaa04ad24e9e2f75bf2bea142b24 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.69 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 628.68 GB
    • Received: 11.82 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.