Loading Tool

Explorer IconExplorer

Memory Pool

50,786 transactions
30.35 vMB
0.09354115 BTC
Random Selection Loading Transactions
Max Size: 162.76/200 MB

Candidate Block

Mining Attempt 37104064217c3ffda0f72b25cf6c9d248d25364148b3a9d4368c2880fe157617
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root b2b451724537031dc66fcad7220a1f38f60ab7e1c6c7c51b8a90893722ef204f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,599
Size: 1.00 vMB
Total Fees: 0.02309206 BTC
Feerates: 202.16 > 2.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (420,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,432 494,432 0000000000000000006652b7bafeb68d6aed47dc9c103217d3a106447404c408 2,239 1.00/1.00 vMB 450
494,431 494,431 000000000000000000713c8a7379c0ce4d6d4fbcaf3cfecf52309105fe0f6bab 2,260 1.00/1.00 vMB 339
494,430 494,430 000000000000000000255822fa43399fcca9f9f5376607dee050d90f51a064d6 1,505 1.00/1.00 vMB 311
494,429 494,429 000000000000000000436460d21febe108be11ae74a6fedf68baf78b0b1795b1 1,446 1.00/1.00 vMB 212
494,428 494,428 0000000000000000007d7da99d45febfba5279bcc4a470e0137093f699665835 2,045 1.00/1.00 vMB 291
494,427 494,427 000000000000000000503735a20d0de9520e24c71bd611024a6a0565164b59eb 2,081 1.00/1.00 vMB 240
494,426 494,426 0000000000000000008cb70bd58de387de49f63f5dad7f8d3820ee7a5766ea2e 2,390 0.95/1.00 vMB 205
494,425 494,425 00000000000000000018457ceabd6a8f5510e55ad754cc918189b28601669fc0 2,323 1.00/1.00 vMB 510
494,424 494,424 0000000000000000005c62737842565c200ba449425063877133584771c0d287 2,371 1.00/1.00 vMB 601
494,423 494,423 0000000000000000004991bb136a3c4f5629b9eb593eb7b9b8d4dce75bd8b997 1,926 1.00/1.00 vMB 373
494,422 494,422 000000000000000000aada1c759c6f5893d4a8cba333d855aeff32479a27a8cc 1,432 1.00/1.00 vMB 194
494,421 494,421 0000000000000000007d903adb2cdc170bd6a4da0f75351e5447c2e4a9d22fa7 2,047 1.00/1.00 vMB 273
494,420 494,420 00000000000000000092f182a04c98a361e0ee052a2c5ea9cca7890278a708f1 2,110 1.00/1.00 vMB 410
494,419 494,419 00000000000000000054c5b78ab0c69b94e62f80f4e45bbc1585f9139962ed72 485 0.99/1.00 vMB 790
494,418 494,418 000000000000000000410c1bc73adc4ed49052cc849f0a445a99ad9e0c6ba88a 1,085 1.00/1.00 vMB 135
494,417 494,417 000000000000000000af7f560709576a8e4e9c9a0604d6f901efde3d5165df7d 1,038 1.00/1.00 vMB 133
494,416 494,416 000000000000000000ab328625f60105d2bad2b66d947a657f28665784610a0b 2,033 1.00/1.00 vMB 430
494,415 494,415 0000000000000000003f0a7729dc9b94d6f6b5f51ff2a4e05f63652ef6d21533 2,066 0.95/1.00 vMB 235
494,414 494,414 0000000000000000000c0d083e238816e8daa493e0c371c716bd28e503047ba6 2,091 1.00/1.00 vMB 675
494,413 494,413 000000000000000000893e90797986cdf4f2993057985c09e246c11eb5efff9b 1,790 1.00/1.00 vMB 404
494,412 494,412 0000000000000000006b9a77da349e5a6e5f6704c58c391465a611c7a465b616 1,773 1.00/1.00 vMB 241
Previous 10 blocks ↓
Total Size: 782.06 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: 651.16 GB
    • Received: 13.44 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.