Loading Tool

Explorer IconExplorer

Memory Pool

34,399 transactions
25.68 vMB
0.06232878 BTC
Random Selection Loading Transactions
Max Size: 130.24/200 MB

Candidate Block

Mining Attempt e72caeecf9c53d454e951a0d4a821d0e6077f35aeb67fa2ad7243065f5101980
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root abb1fa7a91d16ae86ab80625dff15b79e9d44198aa7647e0bee9ccd23ab86be0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,404
Size: 1.00 vMB
Total Fees: 0.01549009 BTC
Feerates: 101.16 > 1.55 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (481,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
433,584 433,584 000000000000000001994d7afb8af56d545408df6cc74c53a8ec50db9065e447 2,684 1.00/1.00 vMB 78
433,583 433,583 000000000000000001102a61c3b2012723171d4d9fa7eea803b874f5243ec056 411 0.18/1.00 vMB 59
433,582 433,582 000000000000000003ecd31dbc03d1c9886be8690e8746f07923819c5d17c1d4 872 0.45/1.00 vMB 35
433,581 433,581 0000000000000000020dbcef47fdb22301e9946a9eb7b8119e6b2b03cfd20c0f 2,251 1.00/1.00 vMB 56
433,580 433,580 00000000000000000402e6fb7a7c22e653a66ff8a2d108e90b3573bdf25fcb68 3,028 1.00/1.00 vMB 82
433,579 433,579 000000000000000002333e102cee12d0aa103480c97d5e9dfdb2ef6fd4c2cf82 360 0.17/1.00 vMB 54
433,578 433,578 0000000000000000018e46d76aaf3250a27ffd18dce161a34489970ab864ae3a 169 0.08/1.00 vMB 63
433,577 433,577 000000000000000003b76a0984f60aff31d7544990ae1bbf5f65b227612ee067 873 1.00/1.00 vMB 20
433,576 433,576 0000000000000000012c2012fac4ae8ec8b0510eefcfea24af62056903f1a956 577 0.26/1.00 vMB 59
433,575 433,575 0000000000000000022bf26d38af111a683fd6211d6a79026ebd76f84867f8f4 2,387 0.98/1.00 vMB 57
433,574 433,574 0000000000000000042e1b8105a7ba8a12b2e967c2ff04082145288b67c11e8a 1,254 0.50/1.00 vMB 73
433,573 433,573 000000000000000000b8411957b80b62b412f5c789565bccc04d7b7798b9aa4d 2,391 0.97/1.00 vMB 67
433,572 433,572 000000000000000003d7671307f71945c02fd1b1d2f7a2183cf1f319d41ff147 479 0.21/1.00 vMB 64
433,571 433,571 000000000000000000b5e9e3dde9368188351e806735520b95985b3a6190251c 1,401 0.61/1.00 vMB 57
433,570 433,570 000000000000000001577eefd6294ae3a110346e9b0007905c4d8b318cb6cb32 724 1.00/1.00 vMB 18
433,569 433,569 0000000000000000028e0b561cb8d4d16cc120b78d99ef4012e5de4110650026 993 0.54/1.00 vMB 51
433,568 433,568 000000000000000001ae929bebb305ade822f076c9b65b0c9024e5f560737b39 2,352 1.00/1.00 vMB 61
433,567 433,567 00000000000000000325a7485c2015da4366823f8fbb337bba1a5146c2a6e63a 1,705 0.99/1.00 vMB 42
433,566 433,566 00000000000000000216103ae8fa21d26b2f51d737b6e48fec2fcfb57946a564 852 0.44/1.00 vMB 63
433,565 433,565 00000000000000000387a8ea259532fc0e570e4bc5a87a44d89834edbd0aa7db 1,484 0.78/1.00 vMB 39
433,564 433,564 0000000000000000018d8643905f578c5b3fef627351c9067ce8591b9eca4025 2,568 1.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 781.84 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: 637.80 GB
    • Received: 12.44 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.