Loading Tool

Explorer IconExplorer

Memory Pool

50,696 transactions
29.05 vMB
0.07366735 BTC
Random Selection Loading Transactions
Max Size: 156.85/200 MB

Candidate Block

Mining Attempt ef3485c3c894d5428301c8861c498ef0d5d01ad92645a0515351d7a0cd786618
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 1c3a5787b7bfe39fb694df3cfa224b2182ff00bd85eb27b4bafb4f2c6344aaa5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,124
Size: 1.00 vMB
Total Fees: 0.01824424 BTC
Feerates: 173.90 > 1.83 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (420,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,436 494,436 0000000000000000002bcf4f98b65fc0ec1f21434aa47c5dcb4afb352b1ed49d 2,024 1.00/1.00 vMB 544
494,435 494,435 000000000000000000afe2520c5202bb6cc23607f44545100871eb5b8ebf4550 2,303 1.00/1.00 vMB 320
494,434 494,434 00000000000000000056fa6a53bdd1463cc9a8853155768ee411785f04ac2491 2,211 1.00/1.00 vMB 352
494,433 494,433 000000000000000000408637b219abaf3e60ad26602cf36285a1239df62a3fec 2,341 1.00/1.00 vMB 679
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
Previous 10 blocks ↓
Total Size: 782.11 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.84 GB
    • Received: 13.65 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.