Loading Tool

Explorer IconExplorer

Memory Pool

79,527 transactions
29.66 vMB
0.07763594 BTC
Random Selection Loading Transactions
Max Size: 178.20/200 MB

Candidate Block

Mining Attempt bdf05099abe203bb8662c4f878de131f202b2ab299e7df1fb30b7e2f023b97a5
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root 4a9a90cf878717506eb693e280f2db804ea45df42583e7d77cdfd411ccf291d7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,430
Size: 1.00 vMB
Total Fees: 0.01714990 BTC
Feerates: 502.65 > 1.72 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (204,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
710,442 710,442 0000000000000000000501decc7eb1d4faaf6a1fca55a99f891bb7f689d0ebea 2,104 1.00/1.00 vMB 7
710,441 710,441 0000000000000000000080ae117c351a31bfb264ae07cfea729ac13ee91edebb 3,018 1.00/1.00 vMB 12
710,440 710,440 00000000000000000005975faeee0f2d26dee56bcb3e40c9e5081bda19b12755 3,223 1.00/1.00 vMB 25
710,439 710,439 00000000000000000005b5ac9693b58e0e50a80d75867c54eed9c212df5503d7 2,685 1.00/1.00 vMB 6
710,438 710,438 00000000000000000008c60574bade393281f2e88d8b7b78c4114486184593a3 3,316 1.00/1.00 vMB 12
710,437 710,437 0000000000000000000b64f9453193f0779b2fe018b8ec01f2a2ac0322786a6f 3,280 1.00/1.00 vMB 19
710,436 710,436 0000000000000000000870986c4fa1566fe52d569ed8eda09d0b4cfb40248b27 786 1.00/1.00 vMB 12
710,435 710,435 00000000000000000008ce7a33b99120c65c9431da53f36383d18250be73be46 2,834 1.00/1.00 vMB 15
710,434 710,434 00000000000000000009237ed9c1bb21c5efdf7482a51d9cf83e7f7e3a7ed848 2,110 1.00/1.00 vMB 10
710,433 710,433 000000000000000000074fed1803c0e81499243b90f351360f87861274bc9a96 3,043 1.00/1.00 vMB 20
710,432 710,432 00000000000000000007171c75630ebde9d2e4516e5015b8dc56cad5d7532feb 3,328 1.00/1.00 vMB 11
710,431 710,431 00000000000000000001d29d7ecbb0c77b38995a3cd7d1be7e38b5025d4b40b8 3,143 1.00/1.00 vMB 18
710,430 710,430 0000000000000000000ad1a9183d4fd4f83e81aaee861d2d03ecc5ad8b5094a7 2,679 1.00/1.00 vMB 10
710,429 710,429 000000000000000000001eba13fd79ed45526bcd8046398c683c3e5116084044 3,141 1.00/1.00 vMB 28
710,428 710,428 000000000000000000027d8f2e306ff1fe2afd56bc9c4b1571c6ee373ec48e51 650 1.00/1.00 vMB 4
710,427 710,427 00000000000000000004c3ad1667cc12b517e5aa2a4f3eae9a50f4c67b16deb1 2,802 1.00/1.00 vMB 17
710,426 710,426 000000000000000000017019b6a0878917a9738f09c261fd97915b48ad785a8c 1,539 1.00/1.00 vMB 4
710,425 710,425 000000000000000000092a4ff813c300e5dba844a99b29ecbee36e1a9156d2f9 2,127 1.00/1.00 vMB 13
710,424 710,424 0000000000000000000422a1a992c642ad5ec736a258112bcd001182d0d03c31 2,835 1.00/1.00 vMB 7
710,423 710,423 000000000000000000054bdb96004f716ddd50ea1f2d0ccc9de2a7b9cd92f83b 3,371 1.00/1.00 vMB 8
710,422 710,422 000000000000000000087d6e437d438e54bc9c3554b4fe9421156e535a07bfb1 3,440 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.41 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: 665.18 GB
    • Received: 15.09 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.