Loading Tool

Explorer IconExplorer

Memory Pool

21,811 transactions
16.73 vMB
0.03349746 BTC
Random Selection Loading Transactions
Max Size: 84.94/200 MB

Candidate Block

Mining Attempt d7a82e7e1dbec47dae503611a63adc0f50b2eba3e2dc4a1b30b8893bbc80ec0e
Version 20000000
Previous Block 000000000000000000004ee7f7a629f2b8094d17eebbae5361fb838e72786f29
Merkle Root 63e46d8167199cd4e6ba82223b607e6846fcd8568a9eaffd81a9b3868a28d7a9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 7,197
Size: 1.00 vMB
Total Fees: 0.00294008 BTC
Feerates: 14.97 > 0.29 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,145 (651,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
263,113 263,113 0000000000000012dadf8d725d3d2cecb36302d229befbfff1d085f26ac9e310 240 0.15/1.00 vMB 91
263,112 263,112 00000000000000047f2358ebc3a134587d5cf07b5b58e6c27c50241013e35e86 318 0.15/1.00 vMB 119
263,111 263,111 000000000000000d85ce83c5551181bdc3834db8c912de2a6bb1fd31c82f2893 132 0.08/1.00 vMB 62
263,110 263,110 0000000000000010621808ae1eedf9e1c95ff321d12c419f4fe9cb931a3bc89b 500 0.24/1.00 vMB 96
263,109 263,109 0000000000000009f69758fbe13f6af9c8db77b1526b861279c7dae6f4a304fc 490 0.23/1.00 vMB 112
263,108 263,108 000000000000000180ccace12f6277090f876a6ca30e9fbd22b87325ce0b223e 451 0.15/1.00 vMB 79
263,107 263,107 000000000000000f3dcac8fa94b20812282e8dc1968265dd31a7b41965d24a57 11 0.00/1.00 vMB 104
263,106 263,106 00000000000000045796f97b701570cee5eec2fce7f06b595dea7ec99fd5794c 83 0.03/1.00 vMB 116
263,105 263,105 0000000000000012a1e2df17413db1f83ced437ed99eab95366d0dcccb176a6d 146 0.05/1.00 vMB 94
263,104 263,104 00000000000000017783ad6f5ac8e71f0ee7366cfe5592acc25b98ee824afb76 293 0.12/1.00 vMB 120
263,103 263,103 00000000000000016ae9c9c8a36fe33cd07216c63d3bcfee6450c0eddf68dd83 98 0.04/1.00 vMB 68
263,102 263,102 00000000000000015bcbbe70cd7833152d9060373b83b7961c067847c694e280 8 0.00/1.00 vMB 90
263,101 263,101 0000000000000009bd369ca7e9ff2d197f8f188ba8b4f0062741743e56bf14bb 139 0.05/1.00 vMB 122
263,100 263,100 0000000000000011d4967ded0a0705e20d4e676b0a07f66f5b4bd6ff3779510b 90 0.14/1.00 vMB 21
263,099 263,099 0000000000000001ad38f1d3846b3376330ef670e5365db45538f63acff3371d 186 0.08/1.00 vMB 93
263,098 263,098 00000000000000097584eef1c7172e97e38b2af83153a76e004e75fad24bb43b 22 0.02/1.00 vMB 80
263,097 263,097 00000000000000059119ad480ce9400ceed15ee3b2e21192df61b4318154c938 77 0.06/1.00 vMB 16,114
263,096 263,096 0000000000000008de3e2c78840b0e1c7e12ba82ecc2bf21774eca24ba72676d 187 0.08/1.00 vMB 97
263,095 263,095 00000000000000103a3734ad0fea2fc275d7d1dddd73e3b349fc6206a72f9ced 182 0.06/1.00 vMB 163
263,094 263,094 0000000000000007effb5eaa994b9c392662e80f227ea2e64ece2747d59bf626 108 0.14/1.00 vMB 26
263,093 263,093 0000000000000004a76ca1c5449ade1419f06e5dcc8f19270c68ad9f6ee1a88d 67 0.02/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 780.86 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: 563.14 GB
    • Received: 7.52 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.