Loading Tool

Explorer IconExplorer

Memory Pool

78,415 transactions
29.44 vMB
0.06863799 BTC
Random Selection Loading Transactions
Max Size: 176.87/200 MB

Candidate Block

Mining Attempt 4d192f9b84e27e9ad34e966e0f8223af24c84c6393671b5e0c050279cb433c0a
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root a1d9ab0ed43e6762e6d8a806baf7bbcde7ad683e72b59a1a15bd9ddab24a8c71
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,895
Size: 1.00 vMB
Total Fees: 0.00890400 BTC
Feerates: 100.53 > 0.89 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (145,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
769,572 769,572 0000000000000000000599982cc329662f0e30221942eddb86ed5ba9ee9f82fa 1,867 1.00/1.00 vMB 24
769,571 769,571 00000000000000000004dbd3af1259dc13659800ad3b8ca26de7120354553dc3 2,608 1.00/1.00 vMB 27
769,570 769,570 0000000000000000000642138b2435f7d10615c48b20b5212e5bd6cd76f820a5 1,642 1.00/1.00 vMB 12
769,569 769,569 00000000000000000007909bdb2cce1a838936a420e45f406330110ec209d16d 1,205 1.00/1.00 vMB 7
769,568 769,568 0000000000000000000076e5c14252c719f03a874e149f07ed3d68bcd3018c36 880 1.00/1.00 vMB 5
769,567 769,567 00000000000000000004f530caabf4621fd3e28c34aed4d8ed6e4268cf5a0f57 2,362 1.00/1.00 vMB 11
769,566 769,566 00000000000000000002c37bd1c361f4642574e6de6c4a60b4e52e478a33e6dc 2,684 1.00/1.00 vMB 9
769,565 769,565 00000000000000000001c11ba414ccf89b362bb0a6a08d6e32578a41f38b76ca 2,259 1.00/1.00 vMB 14
769,564 769,564 00000000000000000003fad165879a1431ab4edb901c2d660b7a331b31df38ac 3,102 1.00/1.00 vMB 29
769,563 769,563 00000000000000000006a39b6e04aca15ab01de39e293d6c770223b093fd0a01 3,418 1.00/1.00 vMB 29
769,562 769,562 000000000000000000055c6725110347daa2091b2aeecbea74a3a6370b369379 544 1.00/1.00 vMB 2
769,561 769,561 0000000000000000000215cebfc3d2247e397042a03e759f1f5eed0cc3297644 2,572 1.00/1.00 vMB 17
769,560 769,560 000000000000000000058666f57d9ed3e945c94785ea5a3c0163e57dc9cd17f0 1,772 1.00/1.00 vMB 13
769,559 769,559 000000000000000000012f6d184fa825141ae0a7d7d8b4465935d56c8fa771c6 3,048 1.00/1.00 vMB 12
769,558 769,558 000000000000000000039e99ffe3c290a34e0c548b45e61e85ce8882a4e4ecff 2,193 1.00/1.00 vMB 12
769,557 769,557 00000000000000000007798064a106bc87d5582afd5b6f9e9a3b4d8e3eea77bb 1,695 1.00/1.00 vMB 16
769,556 769,556 00000000000000000003a2af84680bc860c5c5e8d1600f554db43ef3e4447ac3 2,136 1.00/1.00 vMB 22
769,555 769,555 00000000000000000007a8e71fcfbc1e41d21ea591df9610e1416e399582fdbf 3,041 1.00/1.00 vMB 20
769,554 769,554 00000000000000000005194104b00e731f5a36e617f1b0e041fb59651a710305 2,506 1.00/1.00 vMB 29
769,553 769,553 00000000000000000001f430f8b95587af45ce3cc2fd61302beeb312c2d7472c 3,119 1.00/1.00 vMB 37
769,552 769,552 00000000000000000000ad7d4eb566c55ab0de4941c7d1df041993842fe89faa 529 1.00/1.00 vMB 5
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: 664.96 GB
    • Received: 15.06 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.