Loading Tool

Explorer IconExplorer

Memory Pool

79,297 transactions
29.14 vMB
0.07182431 BTC
Random Selection Loading Transactions
Max Size: 176.85/200 MB

Candidate Block

Mining Attempt 2edf6dc5581bd7830cf663b52bf2a55fd53514c2304926a3862ea7ee814355e0
Version 20000000
Previous Block 00000000000000000002109166b8fbc24476efabda906aebee521a5bb03941cc
Merkle Root 4a500f9bccd0c1dab31285417f44856d1209779508c3f6d3829566abbc08a1f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,791
Size: 1.00 vMB
Total Fees: 0.01098014 BTC
Feerates: 73.20 > 1.10 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,110 (271,440 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
643,670 643,670 00000000000000000005fb7ee7fd2897ec52fa2e6aba5fb19d2fa995d67c48c5 2,520 1.00/1.00 vMB 124
643,669 643,669 0000000000000000000e084b4759882a8aa4450497338dfe8e94bc8abb392526 2,697 1.00/1.00 vMB 120
643,668 643,668 0000000000000000000e88e36193623025ef7a19a25a453ccb9dc2e08c83c217 2,374 1.00/1.00 vMB 135
643,667 643,667 000000000000000000052fdea576dac65a77c1cb8b6b5cde5a5c68ae90b974a7 2,777 1.00/1.00 vMB 146
643,666 643,666 0000000000000000000d1e76bd3943740eaedfcba2a10fafa82cf59b5c1f6a03 2,707 1.00/1.00 vMB 21
643,665 643,665 0000000000000000000793a87c2366ab2b68e6214d31920c7dc5fd4dd8b0d8dc 2,505 1.00/1.00 vMB 100
643,664 643,664 0000000000000000000ee9559c001bee731fbad76a0f25f6edb9e038a47b89d7 2,693 1.00/1.00 vMB 30
643,663 643,663 000000000000000000094b337573225b2ccd605aef19b194d6ddd5a105919248 1,680 1.00/1.00 vMB 74
643,662 643,662 000000000000000000042d4e30a1071ff7791fd65d5328fdf69afd9bda985cdd 2,975 1.00/1.00 vMB 131
643,661 643,661 0000000000000000000d323d7000969fc91edef7f728a87864ecedb8adc47d42 833 0.32/1.00 vMB 50
643,660 643,660 00000000000000000008742c05fe82c8cf12621a478a1fd8b9655f3cb9095390 1,875 0.81/1.00 vMB 7
643,659 643,659 0000000000000000000d0cc34c61e895dc101803b2be9ab51a0d71474f124f14 2,433 1.00/1.00 vMB 41
643,658 643,658 0000000000000000000daf86d64019494aa99909355fc1230948586b3c796dee 2,734 1.00/1.00 vMB 99
643,657 643,657 0000000000000000000414700a77ff82f383411a7f7e0bfcc2454aefc83505a9 673 0.90/1.00 vMB 9
643,656 643,656 00000000000000000004b30ab68c9d9ec59a6bfbc15e62421ad75fa4ec67daf7 1,543 1.00/1.00 vMB 23
643,655 643,655 0000000000000000000a774dd0b698718ccb3189974ea328119747812c684497 2,811 1.00/1.00 vMB 21
643,654 643,654 0000000000000000000103393a0bf6fd71e74d64a9ff360aa8cb4b5c909b7c35 2,149 1.00/1.00 vMB 35
643,653 643,653 00000000000000000005a300eaa0395c1574c37dc6033d83e0c085dc53cfd8a4 2,621 1.00/1.00 vMB 37
643,652 643,652 00000000000000000007fcdc6afa4d109eb7e50e6d73c2dd99f941534aeb5d76 2,341 1.00/1.00 vMB 54
643,651 643,651 00000000000000000008ea639d51d41d51863d2ccbbad946db3ff2269ecb35e8 2,287 1.00/1.00 vMB 105
643,650 643,650 0000000000000000000a584701d8d2f1b13a7c68ad64c58dd5984dcc4b535769 1,955 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.58 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: 671.35 GB
    • Received: 15.91 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.