Loading Tool

Explorer IconExplorer

Memory Pool

87,011 transactions
31.92 vMB
0.13376932 BTC
Random Selection Loading Transactions
Max Size: 192.71/200 MB

Candidate Block

Mining Attempt 7b1c0dc3f6d8b7a53f8385171d1f34da2d610ff006c528b57599bbd2b1043a8d
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root 4aff19e955662ec2bf0ed3b965caab817f3d0751c456d1afca2ac785248bfdb9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,107
Size: 1.00 vMB
Total Fees: 0.04784909 BTC
Feerates: 911.92 > 4.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (145,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
769,551 769,551 00000000000000000002a4891d2132da10813cc4e342db3c8cc17c4326f4c4de 1,879 1.00/1.00 vMB 9
769,550 769,550 000000000000000000049f508774fcb0c08685760c78a6696b531dfd77885d76 3,217 1.00/1.00 vMB 25
769,549 769,549 00000000000000000001b1037a852895c3b4c73249037a8c901aeaae717f2ed3 1,650 1.00/1.00 vMB 8
769,548 769,548 000000000000000000012a7e364565c78b97087fb273acf836f7d360084479fd 2,253 1.00/1.00 vMB 14
769,547 769,547 0000000000000000000308da60b4cbe2277cd1157965d8a6090005c9c948ee47 2,631 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.34 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: 660.98 GB
    • Received: 14.78 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.