Loading Tool

Explorer IconExplorer

Memory Pool

45,968 transactions
30.54 vMB
0.09609103 BTC
Random Selection Loading Transactions
Max Size: 157.02/200 MB

Candidate Block

Mining Attempt c5636048f94ca6e5e484c91643febc16ce634644eff0b0f730a81f46366b42e2
Version 20000000
Previous Block 00000000000000000001b8dfc38ed945729f501b3f188a3d0e55173d56b3de81
Merkle Root 956c68eafb2cead964e54566f63a66183c0f4e098e79cca8ad894736cfbb4c9f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,449
Size: 1.00 vMB
Total Fees: 0.02991166 BTC
Feerates: 100.29 > 3.00 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,579 (268,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
645,858 645,858 000000000000000000025fa485ba8d0d77bbf1e84a6ffac878d7e88176c36d89 2,394 1.00/1.00 vMB 83
645,857 645,857 0000000000000000000a63cb50443ac0a76171e47b3eb146741bbd0a87c40bb3 1,787 1.00/1.00 vMB 85
645,856 645,856 0000000000000000000bfa85c64cf7b3f99cdc204d291623598780ee7cc31e31 2,662 1.00/1.00 vMB 108
645,855 645,855 00000000000000000006b51149f377ccefa627c19f6a7c1cfa64b0608bc38f94 2,880 1.00/1.00 vMB 113
645,854 645,854 0000000000000000000b38c687ba58217c31f32eb132b7d953c3464651c8938d 2,098 1.00/1.00 vMB 22
645,853 645,853 0000000000000000000918ac0b05742d3481ec67b3b7790f1bbb333e8052137f 2,076 1.00/1.00 vMB 103
645,852 645,852 0000000000000000000ef9597736b5c3cc64a5b2fc727296b4cdd276899ea4e2 2,261 1.00/1.00 vMB 10
645,851 645,851 0000000000000000000b8eab3cd4385a679a5064359547e65ebb9d23939d9797 2,881 1.00/1.00 vMB 72
645,850 645,850 00000000000000000008b5901008aa05d05330fa54abc01a73587c0a1b1291f2 1,411 1.00/1.00 vMB 21
645,849 645,849 0000000000000000000fa76a780a518c871601c45e75e0875e28da4bb3e94a4a 876 1.00/1.00 vMB 14
645,848 645,848 0000000000000000000cbf8fd6d3d9eb374ef8bb2e145f706056faef17a46263 2,364 1.00/1.00 vMB 4
645,847 645,847 000000000000000000015eda0f8fa880fe8d2036ba5430e7dff23c294003ae7d 2,751 1.00/1.00 vMB 64
645,846 645,846 0000000000000000000e0f14aebc82e16de2e5f45e7db520c10503fc0eaca570 1,319 1.00/1.00 vMB 13
645,845 645,845 00000000000000000005f02ca6afb2d35594d570aa537f65fd790ba0f5750206 2,757 1.00/1.00 vMB 23
645,844 645,844 00000000000000000000457202be81346c2929503be2f84e5b4eaa7cfcb30049 2,296 1.00/1.00 vMB 51
645,843 645,843 00000000000000000004fd4677a977162cf9ab38848408b09aae014c9121366f 2,353 1.00/1.00 vMB 24
645,842 645,842 0000000000000000000f9af9d28e7ad675b04f7c95b769a48b353dfe37dd5ef1 3,065 1.00/1.00 vMB 93
645,841 645,841 0000000000000000000e37d7b678d76008521c4e984bdb5a13929219677b0946 1,956 1.00/1.00 vMB 100
645,840 645,840 0000000000000000000b318efcb1c394391c7f9a418743655242ec5fd81146e5 1,748 1.00/1.00 vMB 34
645,839 645,839 00000000000000000000af83ede395b0ec0325537879526c4c92a1b0fa2b3179 1,140 1.00/1.00 vMB 10
645,838 645,838 0000000000000000000556cbe308ebf267e546b13aba6ffadf75fdd6ea53effa 2,423 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

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