Loading Tool

Explorer IconExplorer

Memory Pool

81,280 transactions
30.47 vMB
0.08561979 BTC
Random Selection Loading Transactions
Max Size: 183.02/200 MB

Candidate Block

Mining Attempt 1193626c618696be70e9ff93a1c0d9ee5f889baba31eccd788c788ae7b21303a
Version 20000000
Previous Block 000000000000000000005486e251aed8c030d32cefd8c077bbe263649de79032
Merkle Root 56f85bf9c295394deb9caade14b2f5d35427166f92a1f35ee4b8d8e444dd9e53
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,204
Size: 1.00 vMB
Total Fees: 0.02175726 BTC
Feerates: 100.24 > 2.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,987 (429,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
485,319 485,319 000000000000000000f06882ef416dfe33b8b2863ab5d6ad9f43a65d67cf06d8 271 0.11/1.00 vMB 140
485,318 485,318 00000000000000000014fa7e0a56a479ff12a97aebec40ce0a10df3bcdb04079 1,686 0.86/1.00 vMB 114
485,317 485,317 000000000000000000c246c062f90334627de762cde9bff687d762cf4d15aa62 239 0.09/1.00 vMB 125
485,316 485,316 00000000000000000122bf192fc904c5d3b7054f718cfcdd38c443940faf0215 754 0.37/1.00 vMB 113
485,315 485,315 000000000000000000c0c38134fc7365e39ba7390f559eed8673021ef4c3cea2 524 1.00/1.00 vMB 26
485,314 485,314 0000000000000000001d1abeca68907c495839d667e665184b675899f9dcac0b 1,371 0.99/1.00 vMB 43
485,313 485,313 000000000000000000c65212f1e9d4167c70788fb6f7f5c8e6bb6752cc9009f8 1,305 1.00/1.00 vMB 141
485,312 485,312 0000000000000000002135b1a73f5b534a29c18186d0d0e165d894821af86a58 1,856 1.00/1.00 vMB 129
485,311 485,311 000000000000000001228f142f007491f831d7f8ea91037ede2cb33f6ea3fa37 2,051 1.00/1.00 vMB 135
485,310 485,310 0000000000000000011ec7a677015771be9710ec0a8a17c539c9463c760b49e8 2,012 0.99/1.00 vMB 98
485,309 485,309 000000000000000000858618a5dc01bf9fe230774b7cbdc59fd0889735e76ba5 2,274 0.98/1.00 vMB 145
485,308 485,308 0000000000000000001d71baf0891e3f0e47c15998d0caa8a6588a6396654f7b 586 0.86/1.00 vMB 28
485,307 485,307 000000000000000000766453bc75aa45c36b3ca34f6b85b1a8419d2b76eed6a1 1,119 1.00/1.00 vMB 7
485,306 485,306 000000000000000000ef18d251163c5e8f6960aebfca76d8f384fb42a6a3f82a 1,691 0.98/1.00 vMB 33
485,305 485,305 0000000000000000001dc7f822e67c2b0d507838416ab5327b00be7fce4978d0 1,119 1.00/1.00 vMB 6
485,304 485,304 000000000000000000899da690c9ea6a442189d6e634dc4df34ef26e87c6db63 1,638 0.99/1.00 vMB 98
485,303 485,303 000000000000000000379fe4151e17e76596e9d89885a7f9f55b1bce922659ac 1,862 1.00/1.00 vMB 59
485,302 485,302 000000000000000000d2e3b58f41b80fc8aebd0da98466001fbc1e80e4d7a804 1,255 0.99/1.00 vMB 29
485,301 485,301 0000000000000000010900bd50446b7de51c2a72c5a79926f52a00fc220723ba 1,484 1.00/1.00 vMB 94
485,300 485,300 000000000000000000eb2d0ed97a7b2cff7f1408417dca83908004beb6fd9b95 1 0.00/1.00 vMB 0
485,299 485,299 0000000000000000003174d2bd0396a8de3b3deb1eccebd4c84af535c7ebf753 1,545 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.37 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: 663.65 GB
    • Received: 14.92 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.