Loading Tool

Explorer IconExplorer

Memory Pool

40,886 transactions
16.51 vMB
0.12676385 BTC
  • 1 sats/vbyte = 5 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 95.40/200 MB

Candidate Block

Mining Attempt 1610917bd5e2252ee4a25a7b2eab663f089b2f1cdbadc93a0fef6ecce7dc9bfe
Version 20000000
Previous Block 00000000000000000001ae72154b22862419307a132384746352ae1d74cab25b
Merkle Root 6498c732229fea87b61f18b4be6943e67a58ab3c5b31bde107eb4f6d311a892b
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,777
Size: 1.00 vMB
Total Fees: 0.03991324 BTC
Median Feerate: 3.44 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,315 (756,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
156,601 156,601 000000000000029a8bfa52e84c68467c03405f272e4a514eabc4139ffa684d3a 104 0.03 vMB 16
156,600 156,600 0000000000000d46c50ff465dbb9619f17106b5dc9b7916b9fed2e5957eb9668 96 0.04 vMB 174
156,599 156,599 0000000000000a3a87c21189dd8a3d7d4a4781ae7e60207e01f4b8961bb09be4 10 0.00 vMB 1,036
156,598 156,598 0000000000000529e8b35e6152281dc638b8d84d8682da1491b214152c3b9afe 4 0.00 vMB 48
156,597 156,597 0000000000000eac4694530c308d8dd4967f757acd9a29187d8d2caea6ccfadc 9 0.00 vMB 57
156,596 156,596 000000000000018b7de4b5512f6d3cc115dac08fd5b2260479a06e13b2bb4c85 1 0.00 vMB 0
156,595 156,595 00000000000007632ce9b866145016bcf1dc1f521faf707fbcf21d4156ca6610 1 0.00 vMB 0
156,594 156,594 0000000000000279ac5fe58c7319b4da2d32bdafb58259f644a091b8f18528ce 12 0.01 vMB 56
156,593 156,593 000000000000006e2910f7c5ea07f901515e8cea16ee83e07a50e28da7477107 7 0.00 vMB 628
156,592 156,592 0000000000000ce19c7f747f310472ec676aecf22f84629cb83a8736e76a9208 126 0.04 vMB 193
156,591 156,591 0000000000000eccbad5fb639ce5cb646d5295112b74385cb71a03ab526cd0c5 5 0.00 vMB 74
156,590 156,590 00000000000006e4e74405a624052e2a42bda6a091aa8e168919f098489f26fb 47 0.02 vMB 26
156,589 156,589 0000000000000ad67cb8ea84d4fe60774188846fba6128b3501c9e18fec556e3 8 0.00 vMB 487
156,588 156,588 0000000000000eefaec142a321b3b77341b5ada15f68be38ee3ba4a25069862d 2 0.00 vMB 0
156,587 156,587 0000000000000255823b9cf1ebee905e63e97c43c1b705e320ffc949ee0db6a3 3 0.00 vMB 0
156,586 156,586 0000000000000bb693e982cc20e1616c5e3c93c4fc40f7dda82fe4dd7b0ebab0 9 0.00 vMB 13
156,585 156,585 0000000000000ec74fd05ac2ef343fe6232cf8d274f71b655d6e6f0473afdc3b 131 0.03 vMB 7
156,584 156,584 00000000000002472fae56b33945b51c30a73887690193ddc19f99d848d45127 22 0.01 vMB 221
156,583 156,583 000000000000011266fb552f7c552edb53594f677c68ef28ab5945914ace3e0b 14 0.00 vMB 15
156,582 156,582 0000000000000d4bf02179dee63865cf535a324c298a73a2d88a1d4163b14cf9 55 0.02 vMB 121
156,581 156,581 000000000000069868c32b692f85d44e688fa00089e5b65d4e9843cec2210665 19 0.01 vMB 187
Previous 10 blocks ↓
Total Size: 779.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 85
    • Outgoing: 10
  • Data Transfer:
    • Sent: 92.74 GB
    • Received: 0.41 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.