Loading Tool

Explorer IconExplorer

Memory Pool

76,404 transactions
28.87 vMB
0.07298874 BTC
Random Selection Loading Transactions
Max Size: 176.44/200 MB

Candidate Block

Mining Attempt 7f6618ab92b810cf75b38db6404ed3a5f8cf87d831a03a0fc3302d6dc024f5bc
Version 20000000
Previous Block 00000000000000000002081bcce6fc49846f150f75df4e6cbf49c65242f03bc0
Merkle Root 2d69cb747d7ec6b3cf8e7a72eac42263ab3c9d0a605fef2e232de82f87b8e7ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,227
Size: 1.00 vMB
Total Fees: 0.01015625 BTC
Feerates: 104.17 > 1.02 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,245 (492,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,647 422,647 0000000000000000017d0707e009bded1371c2f49d3dcf8097242c5c5c85414d 2,735 1.00/1.00 vMB 93
422,646 422,646 0000000000000000001d799a746f2b24a2906afe2bc5bb17cc15ea15ed1e6ee3 2,952 1.00/1.00 vMB 92
422,645 422,645 000000000000000001b540155ddc8566590b9f7eb2d920fe41126af2541e70f4 1,750 1.00/1.00 vMB 50
422,644 422,644 000000000000000001a94543a0c2df2d5514c6be27ba2173da35216e9569a68a 1,462 1.00/1.00 vMB 42
422,643 422,643 0000000000000000037f995df307ffee8df082b7897adf51a1b2477b63e09e24 703 0.92/1.00 vMB 30
422,642 422,642 00000000000000000271e893ac459133bcf5b52c7b0b3bdacce424b1506b1cb3 1,535 0.98/1.00 vMB 54
422,641 422,641 00000000000000000041bd13f85e4223c142ed51943fe0fb476330fef8902e15 1,175 0.95/1.00 vMB 41
422,640 422,640 00000000000000000105be938d62d7422eea56dfd45e6740f9014c76b8e92dcb 869 0.95/1.00 vMB 28
422,639 422,639 000000000000000005026106f99618e3feed7f1a0baac9609020f769bf694443 2,441 1.00/1.00 vMB 71
422,638 422,638 000000000000000000b2eb7f49e8724eb1cee0e7813a21d49ff9a19f60d3b561 1,829 1.00/1.00 vMB 35
422,637 422,637 000000000000000002bb830e2207362ede0ab4643d7c4bb18894631e4d422f2b 2,084 1.00/1.00 vMB 52
422,636 422,636 00000000000000000004420fa73369b51a3ddaf56531915a2cd881a4eb857dee 2,413 1.00/1.00 vMB 63
422,635 422,635 00000000000000000485b902217e9f630b5cbad008f7185c30f5649c978f1ca8 2,526 1.00/1.00 vMB 113
422,634 422,634 000000000000000001e504ea832d83acbe9c879a293bbcaa05e0c1a0139098e3 2,093 1.00/1.00 vMB 40
422,633 422,633 00000000000000000388ecb29cc17798e4328ef3f814087f6f252c146935330a 2,396 1.00/1.00 vMB 54
422,632 422,632 000000000000000004cc28a79eb446f4a2cfb540707c386767f507ef7ed6fb4f 2,219 1.00/1.00 vMB 54
422,631 422,631 0000000000000000027263ce97155617c7f882d62ecc48ad0a6a434d880c2ce9 3,200 1.00/1.00 vMB 113
422,630 422,630 000000000000000002000e3f5d7d149640a5eb76a3bdf7f6c3114a9bde76df26 2,898 1.00/1.00 vMB 97
422,629 422,629 000000000000000003948c5fae0c7c7348c3a1ed4e181c8a3d033940343ffd92 172 0.95/1.00 vMB 10
422,628 422,628 0000000000000000016f5b2889d64c89c68c57c3ed7bd28718fce0fad09ae673 1,848 1.00/1.00 vMB 47
422,627 422,627 0000000000000000033e1c1cee01b5d5c33fbe367eaaf915c0755b0e7283e264 2,391 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.82 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: 710.58 GB
    • Received: 17.08 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.