Loading Tool

Explorer IconExplorer

Memory Pool

45,124 transactions
21.58 vMB
0.11083056 BTC
Random Selection Loading Transactions
Max Size: 120.73/200 MB

Candidate Block

Mining Attempt a0efa4bf25565dd035da23b594920e42396d77eb35c668f03776a316be11ea4c
Version 20000000
Previous Block 00000000000000000001485150ed72276bf49d276afcb1238e097aa4c06b9c6c
Merkle Root d1b87b35700e156b56c68f95aef520a629983cb55c8bee1f96e035b9086d40a9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,505
Size: 1.00 vMB
Total Fees: 0.05927199 BTC
Feerates: 202.69 > 5.94 > 0.42 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,101 (851,781 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
62,320 62,320 00000000017ce3b7ce53d9f960e4eec915a32af660b3f62a5cfd803b888d4d97 1 0.00/1.00 vMB 0
62,319 62,319 000000000b773d95481492db5b94420d2ed751b1e30ac52e69cb624ed8d55917 8 0.00/1.00 vMB 0
62,318 62,318 000000000cb15a9a96ce9c353e96e377bd616044bdd453ac5b1837296ffc13ec 1 0.00/1.00 vMB 0
62,317 62,317 000000000b402b07be7a5f8c0ca7bb6d8fa5a1e41f228737b86cfa85eec72fa6 1 0.00/1.00 vMB 0
62,316 62,316 000000000b8ab92a47dad60339396bf08bc62e61291fe9b7e8f126d8bfb5bcc4 2 0.00/1.00 vMB 0
62,315 62,315 00000000050d841c156f9826851cd99c5dbc09d2463b51ed7ab8d37931a858f3 1 0.00/1.00 vMB 0
62,314 62,314 00000000039eb261abf2d6c143e16909e0fdb2288d914aae959b7bd1f9c79b8d 1 0.00/1.00 vMB 0
62,313 62,313 000000000341ecc7d214c17219e25789b18943b47f5a859f33bf8ccdd7d5f7b3 1 0.00/1.00 vMB 0
62,312 62,312 000000000c065db3b5f3a88d94e66ad328e662fd293bcfac5c363136f56a42e7 1 0.00/1.00 vMB 0
62,311 62,311 0000000000691726c0d725d2ab90438a3a3196c81450c676539be6b67d0ca279 1 0.00/1.00 vMB 0
62,310 62,310 000000000c97b5c0f6ef8d2274ae527d41c46ba7cd80e8a36fbdd50539be48d4 1 0.00/1.00 vMB 0
62,309 62,309 000000000b1cc8a09731b8644f663705ee1dcbac012bbbf11213f2523d62f010 2 0.00/1.00 vMB 0
62,308 62,308 000000000033bd2c84bfa03a6b63d1b092f12a4e79347fb8d64b0ade5e179d45 1 0.00/1.00 vMB 0
62,307 62,307 00000000005393308b3648c0cd082b5e3d5fa9ddf3e607e5a913380b11856516 1 0.00/1.00 vMB 0
62,306 62,306 00000000006427df142e3a58a69b0cc25e2cacc70ff1f0509bc6b36e37860589 1 0.00/1.00 vMB 0
62,305 62,305 0000000001cb048349d6ce9c5299bc510ce9566d59b2e6281e26a0717981e6c2 1 0.00/1.00 vMB 0
62,304 62,304 00000000064bc42009a24d3467065a9004925cc76b3c4b219f0eae20ba89ab48 1 0.00/1.00 vMB 0
62,303 62,303 0000000008b61814407f2e2f7a1d98d72564393c6ee16648c6e05bb2abc1eabd 1 0.00/1.00 vMB 0
62,302 62,302 0000000002621cdd0c607f1504ae759e434ba62ee299488d00c073993201107a 1 0.00/1.00 vMB 0
62,301 62,301 00000000014f45a8dab36c8dc352a093b8d896da7285b493cd98ec30c3a5b6e8 1 0.00/1.00 vMB 0
62,300 62,300 0000000009bcfb36af34ee8ef374424de8330e670c16a883b593228787bb3bd1 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.78 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 559.33 GB
    • Received: 7.18 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.