Loading Tool

Explorer IconExplorer

Memory Pool

78,927 transactions
29.64 vMB
0.09074371 BTC
Random Selection Loading Transactions
Max Size: 178.85/200 MB

Candidate Block

Mining Attempt a9c34741f9d6b3003ae69ca6aff1ec4fb097357b957e635fa19bc56bdc962e0b
Version 20000000
Previous Block 00000000000000000000bed9e82db9db72d1b18bb335810616975b81723d85a6
Merkle Root 5e451a4d3116304a699c6106a7af62c79dd96bc4650b3723932c23f031195d17
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,471
Size: 1.00 vMB
Total Fees: 0.02530808 BTC
Feerates: 251.00 > 2.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,130 (279,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
635,725 635,725 0000000000000000000de741287a1528a56854717bdda333299ae9babcc011c9 1,428 0.50/1.00 vMB 22
635,724 635,724 0000000000000000000582489a42d1eebe5d7a26eb1f28b734875463d122e593 377 0.15/1.00 vMB 23
635,723 635,723 000000000000000000089748223bd4ddc01ee561b318cdf0c12ef9d7b4a86c88 2,868 1.00/1.00 vMB 24
635,722 635,722 0000000000000000000f08515104f7454d51c62f4d2e7804045065b4d1f6db40 1,726 0.60/1.00 vMB 17
635,721 635,721 0000000000000000000a5d39330b92ad60b102e3cadbb58d3e1d2eb25b08c7f8 2,761 1.00/1.00 vMB 30
635,720 635,720 0000000000000000000307fd0a3785b8007ee26041bae69da097609a0ce64ad7 593 0.27/1.00 vMB 21
635,719 635,719 000000000000000000013dd6071af5ca0c85aa0a5a6e6a709772fce7b07c4a97 1,068 0.44/1.00 vMB 22
635,718 635,718 0000000000000000000fe1319478a45bbe7f8ce716800a5940c8d4ea6d1d3f2d 1,479 0.52/1.00 vMB 9
635,717 635,717 000000000000000000095331c12e63b899b7b1643a47a179b21318d5a96352f0 2,709 1.00/1.00 vMB 12
635,716 635,716 00000000000000000001859d6d2d9bb26da3b744104e79c80315d6db0e545c5d 2,444 1.00/1.00 vMB 23
635,715 635,715 000000000000000000093d5f008c3f58de2771c7c2b7ccd5911d6dde7da9f5b3 2,258 1.00/1.00 vMB 31
635,714 635,714 0000000000000000001160efba319ae365eee93466d632ea4b13345af32f0d3d 2,281 1.00/1.00 vMB 52
635,713 635,713 00000000000000000000866bb536132536d05e0dde0d8cf1e85236393e8ba473 2,554 0.94/1.00 vMB 26
635,712 635,712 0000000000000000000b6c073a8052798879bd71db6c7b2b34067422eaf8ed96 501 0.20/1.00 vMB 20
635,711 635,711 000000000000000000017844593d30a7e8ddc5956483ea8196c7a96e58b8334d 2,718 0.91/1.00 vMB 24
635,710 635,710 0000000000000000000eb2e8f0ff8692d5c4ae4784cdb502d3622cdce9de5eab 2,102 0.80/1.00 vMB 22
635,709 635,709 00000000000000000000f938e1ccf76c457bc62c87fa38347922ddf4eb2c4b0a 1,996 1.00/1.00 vMB 9
635,708 635,708 00000000000000000009449ea05783c2c68bbecd0ed43a8836999798030f3b42 2,554 1.00/1.00 vMB 36
635,707 635,707 0000000000000000000266e1220963414e581f714c3bf3bf5142b800d582dd5c 677 0.33/1.00 vMB 19
635,706 635,706 0000000000000000000c55edcc535261b75e34ca5cd2ede59f3ce81c780ae467 2,574 1.00/1.00 vMB 22
635,705 635,705 00000000000000000008b4e2b69362e9858ce0111892845225447c04599756fd 2,942 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.62 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: 672.01 GB
    • Received: 16.11 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.