Loading Tool

Explorer IconExplorer

Memory Pool

27,094 transactions (4.17 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 36.10/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,611 000000000000000000022b910000000000000000000000000000000000000000 881 0.01025087 BTC 0.32 vMB 2.00
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,610 (762,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
150,444 150,444 00000000000005ea78524e9fe15082613aac100962f53391451277988bb0b8f3 0.00 MB 11 96
150,443 150,443 0000000000000a3a2efee112b528949020a0f737bca9d0468f3610e709f46078 0.00 MB 10 365
150,442 150,442 000000000000090e9bde32a32c7189e294acd3ad92b88d7b4326ac706305f273 0.03 MB 66 84
150,441 150,441 00000000000006b46413a0cc0bbb24bd8ea7887f754eb18cadf3a888745bdeec 0.02 MB 85 0
150,440 150,440 0000000000000a4961f6d504f65e0fe512c607d01fa04304099c139240df3743 0.01 MB 30 117
150,439 150,439 000000000000066abaabb5b31f70974651523b09a6e5118b2dc19130afd77b93 0.01 MB 14 206
150,438 150,438 00000000000006d8228e866b8a52e02f338f2a318bf8f9af54e8519528e45bd5 0.03 MB 43 222
150,437 150,437 00000000000003eafb0409b2a1abffd86eacf3b84cb7cad23dbff9d933dc0a7e 0.02 MB 33 135
150,436 150,436 0000000000000ac3ec2ad49ea71167e8e51e694062474779abf0dcb3bdedd2b5 0.02 MB 42 186
150,435 150,435 000000000000067d512aabf633e65b813b4a5dd2ee579faab69e38e9493524c0 0.03 MB 89 170
150,434 150,434 00000000000002859f93158188f2bfaaf729fbb81f09f513b5feca87472d8427 0.01 MB 11 80
150,433 150,433 000000000000064029a0a88fabaee475779e1d4ef15ea6c1e5d7b6c72bffbf63 0.01 MB 17 153
150,432 150,432 00000000000003e0727f6dd866cd088dab70158f28af829b18dd71f5d31eb971 0.03 MB 92 49
150,431 150,431 000000000000094e6183b60591d81d4c1af0331ea9bbcebf67509041673c3cfd 0.05 MB 103 103
150,430 150,430 00000000000006fca7ebb436099cb859e877d45da10d5bbac189ad25443af3a5 0.00 MB 5 1,096
150,429 150,429 00000000000008e7003d183d1b0ef006ceae15380d08becfd98eda2ff3935ab5 0.00 MB 15 20
150,428 150,428 000000000000019b832e5bcdfbf5ebfb4eb4fd831d5cd2738cd95de25c4a56d6 0.02 MB 53 57
150,427 150,427 00000000000003cc3aa39a5b0bc83b890c270f5da6d55a2275135b946a8feecf 0.00 MB 10 332
150,426 150,426 00000000000007d6fc98d7cf60c3684719c68312b73854dfa71f34bae87caf2e 0.01 MB 15 180
150,425 150,425 00000000000009a368cc788a1f9630c75cb21f2a27ec33614c7b1b6bde0fbb02 0.01 MB 30 137
150,424 150,424 000000000000029c5aa2821a7ce8eff49380fc3035a4f23cdea67c2bda4a3850 0.02 MB 46 226
Previous 10 blocks ↓
Total Size: 778.14 GB

Node Details:

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