Loading Tool

Explorer IconExplorer

Memory Pool

80,924 transactions
30.41 vMB
0.08840017 BTC
Random Selection Loading Transactions
Max Size: 183.06/200 MB

Candidate Block

Mining Attempt 62c3f84afeb2ac699cc47d0a2b7af52269f7bbc9cc0a866b9e1574ea8e835c40
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root e8a6d2e2adfd0979ecb5d1abd47c7155556dd3b777a80e479dc5491d7cff0c08
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,599
Size: 1.00 vMB
Total Fees: 0.02314822 BTC
Feerates: 163.06 > 2.32 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (361,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
553,512 553,512 000000000000000000125a9a4bcf30485f7fac0fbb699e57c7c8b6c1090bc5b2 2,361 1.00/1.00 vMB 31
553,511 553,511 0000000000000000002d5140cd3a13534dc530456fcdf355b31039d68b4b9e3d 801 0.62/1.00 vMB 10
553,510 553,510 0000000000000000000402058e6f0c73a35755b15b4ad1ccb9831649ccece6f9 2,091 1.00/1.00 vMB 20
553,509 553,509 0000000000000000000e51d9f59467a55512de3ffcb17790fae6dddf23108434 1,297 0.94/1.00 vMB 8
553,508 553,508 00000000000000000002886ca20ef72395c5da5a95a27311b810376f5b83835d 2,625 1.00/1.00 vMB 18
553,507 553,507 000000000000000000207abbe3072dc2cffb81f1085eafcb753f84e11326ba8d 2,638 1.00/1.00 vMB 22
553,506 553,506 0000000000000000001ef62296a0933bb10b55a0c049978b019873e47f20a7e4 1,684 0.96/1.00 vMB 11
553,505 553,505 00000000000000000005a71cdd2ab943dd9f686131cff6781f8cca3e92091cf9 980 0.97/1.00 vMB 5
553,504 553,504 000000000000000000298870bbe38b8fe2b043c2bd25ce6e48f7784836e5e4b3 2,383 1.00/1.00 vMB 9
553,503 553,503 0000000000000000000e555452592f95145ae55c83a500ed3ec91ddcfe3ded39 2,363 1.00/1.00 vMB 33
553,502 553,502 00000000000000000017b0522cdc4587ae71a39edc525302c1d0bf8cbe7b1f2b 453 1.00/1.00 vMB 1
553,501 553,501 0000000000000000000230bef450892af770803da0e5ef4c1554e70993876a0b 2,488 1.00/1.00 vMB 20
553,500 553,500 0000000000000000000f2766bc975b337f8e2391fe9ea9741f906a0dec21af41 1,967 1.00/1.00 vMB 4
553,499 553,499 000000000000000000190ff09e61119625694f3e67dacd76b979943aa29429d5 2,846 1.00/1.00 vMB 28
553,498 553,498 00000000000000000030940e6d623c77a05db93124b0378b5e585adf110370c4 1,396 0.73/1.00 vMB 12
553,497 553,497 0000000000000000001cb150b7c4b651aa0807cb378a6fa46bce68d090028940 2,213 0.99/1.00 vMB 10
553,496 553,496 00000000000000000008b8c5cb58818b5c84ae733077ff5c84122764af0840e4 911 0.40/1.00 vMB 29
553,495 553,495 00000000000000000012672a428a18ca8f8ffe81126ba33f247e69e0f6f88e98 1,773 1.00/1.00 vMB 5
553,494 553,494 0000000000000000001c7c13326c8d58fc0c4e5cc293200e38732a6f32f065ce 2,802 1.00/1.00 vMB 20
553,493 553,493 000000000000000000314503d988f870a07670db6311ecac5f4b1672881558e9 1,990 1.00/1.00 vMB 22
553,492 553,492 00000000000000000018ed0cb4e200842cc30f9aa42b838a2a494d380ff4f6e9 852 0.34/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.69 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: 691.93 GB
    • Received: 16.50 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.