Loading Tool

Explorer IconExplorer

Memory Pool

48,133 transactions
23.67 vMB
0.06530478 BTC
Random Selection Loading Transactions
Max Size: 131.03/200 MB

Candidate Block

Mining Attempt 37d437373aaa8d40dca15d6dec8d98422d607b81e7b7846c4dadd9fda0121a4e
Version 20000000
Previous Block 00000000000000000000e9c4666bcba29cdb763301f4d720dd17905d0ef25c50
Merkle Root 7eb0ccc92d4009a17ed3cc4d2d0aeead45726c04b0b54fcd90b8549774335f86
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,314
Size: 1.00 vMB
Total Fees: 0.01560631 BTC
Feerates: 200.89 > 1.56 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,986 (869,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
44,518 44,518 0000000009811e41c1c63732a1ea1a06014d7f312e67e63e333ce2c6384e4ecd 1 0.00/1.00 vMB 0
44,517 44,517 0000000002e66eef7efe2c94ea099be147616eae097763befc668965b599f69c 1 0.00/1.00 vMB 0
44,516 44,516 000000000af0c38415b8000bc5de794359ea14c41e220e1ba5590ec2c3d3eeee 1 0.00/1.00 vMB 0
44,515 44,515 0000000011c66d19e222be2f276049b6c19da356e22abd2827147f343a8ea7bd 1 0.00/1.00 vMB 0
44,514 44,514 0000000000903fa29a46c91e5e612dde4a10e7b53bcef3d96287c14f09be1480 1 0.00/1.00 vMB 0
44,513 44,513 000000002f0024f7dc05fc91e391050d549a540c8e6c703abb72e5cebafcd7da 1 0.00/1.00 vMB 0
44,512 44,512 00000000121a79210a3ecc42f8e8cc9c82d7231a11437566708b9a2ba0669453 1 0.00/1.00 vMB 0
44,511 44,511 00000000164ada29bfb136f946159eb312de0e313954fe03977a311436fc97fd 1 0.00/1.00 vMB 0
44,510 44,510 000000003712f9d9e435485ae2f60b1be3afd1e753f785a27a740cbdd40e9e57 1 0.00/1.00 vMB 0
44,509 44,509 00000000249fbdb56207a6352e03659c28718a15da7aa9e0d30d6cbd4e2c007b 1 0.00/1.00 vMB 0
44,508 44,508 00000000260d1c0bee7b630725bf2ff0e1f6514b63e15eb1a317d57ba51d469e 1 0.00/1.00 vMB 0
44,507 44,507 000000002dfff816a11fc8618b24e12e40a1ca9ef46d88d761b84f39df94ec89 1 0.00/1.00 vMB 0
44,506 44,506 000000001373ca04d5d411dd68e29e0d727d3f374a7f9677a0302b969e49d31a 1 0.00/1.00 vMB 0
44,505 44,505 000000001f1a50f22f7a91baf1e21c55c3dc25f4e3179cce59ceeb26d86b9d39 1 0.00/1.00 vMB 0
44,504 44,504 000000001f6f94cd2ada1f9822d211f177be778f1df6499fef505b64498b3be3 1 0.00/1.00 vMB 0
44,503 44,503 000000000f6712b54bf1a89ad39fdec15fac32ab244fadf9cc5dae4d61f2730a 1 0.00/1.00 vMB 0
44,502 44,502 000000002db9d0952c859f52c6677de1c6ce84ecf288945cce99f5454d6cd664 1 0.00/1.00 vMB 0
44,501 44,501 00000000157dbd4cb187c34b2f41ba8cf7327b11ebf913f13de2eb895020af91 1 0.00/1.00 vMB 0
44,500 44,500 0000000024ac83d64bd7dd9073765318d5a94059707cab5dad87b9caa3e24146 1 0.00/1.00 vMB 0
44,499 44,499 00000000370319807079a966cd60fa9d6eb3f597ce66d1312bd2444ef30cfa11 1 0.00/1.00 vMB 0
44,498 44,498 0000000000b6d1de3996e42a3d21ac8f25da6a7e5aba85e958ea002d61b03574 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.58 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: 541.14 GB
    • Received: 6.17 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.