Loading Tool

Explorer IconExplorer

Memory Pool

80,848 transactions
29.84 vMB
0.07255364 BTC
Random Selection Loading Transactions
Max Size: 180.01/200 MB

Candidate Block

Mining Attempt d43d9228e1f177a8240daead5dbc31380fd95da72bca0c745d56939afd7f6c29
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 99be903f8ed88ba2bdff421f5f2c2454a94504948530bc5e3d1dd185ee339b5d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,625
Size: 1.00 vMB
Total Fees: 0.01167775 BTC
Feerates: 100.36 > 1.17 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (795,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
119,427 119,427 00000000000020509b9f47860eb6d4238b9ad24cee9115e4c34462ad5a0450d9 14 0.01/1.00 vMB 397
119,426 119,426 000000000000191a7a8d3d98e2497b463c11009ed2ff27fd60a94729bebf392c 12 0.00/1.00 vMB 324
119,425 119,425 000000000000704f636fc61babacb35828f43ee1cbbc38894bed17268589d457 15 0.00/1.00 vMB 877
119,424 119,424 00000000000015783228ab63d16e427fc1650248eb7d51223d9e0a1b689d7d8e 4 0.00/1.00 vMB 0
119,423 119,423 0000000000001bef2aca1b6869efa4098baff24d9ef486499fcbdc748bfcb7b6 2 0.00/1.00 vMB 0
119,422 119,422 000000000000591b8b7b8e8c5aa90ecf594d044f74c2b1f4df46d6e6f045edb3 7 0.00/1.00 vMB 1,350
119,421 119,421 0000000000003b29da7feb9d99ab461607c26e9d24c66dd0cb563de29497ec13 8 0.00/1.00 vMB 0
119,420 119,420 00000000000070f417012ebfd44ea02dc4eecb43e4893c45d2b6baa98c11a494 13 0.01/1.00 vMB 533
119,419 119,419 00000000000026b68a0ff9f118d2d13dced3ff0573a558142d24828f54851527 10 0.00/1.00 vMB 358
119,418 119,418 00000000000033b617db8a67ab4ff94aad805a1c9c31b0d87f4eb3477eff8d0e 10 0.00/1.00 vMB 1,308
119,417 119,417 000000000000b0b025a23b89b492f67f0e0e0b7723a14629aaa69cd98865be71 12 0.00/1.00 vMB 0
119,416 119,416 0000000000005c22e41f1dd7a74f2e8b192bf01256641a05d6bbfe16e757246c 6 0.00/1.00 vMB 1,023
119,415 119,415 000000000000a9b058e9b2a4a17794797d5fcc1bfcccefdec6f4a074ad6cc687 13 0.00/1.00 vMB 0
119,414 119,414 000000000000226d641ad8b31f8de425788b086c188de1db88032dea8e59015c 1 0.00/1.00 vMB 0
119,413 119,413 000000000000298786f05bab1f31c9634dafbccb3ceee2bc8ed1d1135856a3bc 11 0.00/1.00 vMB 0
119,412 119,412 000000000000a2674121e2a5b6a820573bf271c7dd2b74b828ce314f0e257aa5 14 0.01/1.00 vMB 394
119,411 119,411 000000000000a06078f2de34ede1c1387dfa4c5b3d34f6e3544b323e4be19d58 10 0.00/1.00 vMB 551
119,410 119,410 0000000000007621b58c81afc1a574db9af285a03d0bec1c293706d293e7bce9 11 0.00/1.00 vMB 0
119,409 119,409 000000000000a856f8a0fb60e2d9fadb9aa5a25cfd1b053f7ba74352a9ba53b0 7 0.00/1.00 vMB 685
119,408 119,408 0000000000009edc3aedbbe07359e80668ac643c7661ed4481d45658c6bc7d36 4 0.01/1.00 vMB 0
119,407 119,407 0000000000004344d4d660319c19c8dce776303bae683f0358b6e52f292aa7f1 7 0.00/1.00 vMB 511
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.