Loading Tool

Explorer IconExplorer

Memory Pool

20,070 transactions
24.37 vMB
0.06156517 BTC
Random Selection Loading Transactions
Max Size: 115.29/200 MB

Candidate Block

Mining Attempt b30238f1d019433b5b45cc908e76384b04ad011817f7b80453651662ca688891
Version 20000000
Previous Block 000000000000000000020b4434e5e98aba91d37f341a1a0ca1145b7f6d72946b
Merkle Root cdecbaa91514cd451e5a21659e51c1f7fafe52de07f868f3e5c1caa7981869dc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,823
Size: 1.00 vMB
Total Fees: 0.01814673 BTC
Feerates: 301.07 > 1.82 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,296 (1,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
912,723 912,723 0000000000000000000106a89e0f1ed365dc6c89fd5800cff5673c252997c546 4,706 1.00/1.00 vMB 16
912,722 912,722 00000000000000000002265cf3ec81a70bc15dbdf31e36d0d2c21689e9555dc0 3,864 1.00/1.00 vMB 22
912,721 912,721 00000000000000000001f9d2891b2580a1ba5316948651b7e53ec024d159e4d6 5,428 1.00/1.00 vMB 16
912,720 912,720 00000000000000000001f2572e909f71b1c413bebf6a40b3183a17ada5ce0c3f 4,155 1.00/1.00 vMB 17
912,719 912,719 0000000000000000000023a834ae5e28ea76287e624711f9d4376c650a9c4c1c 4,816 1.00/1.00 vMB 14
912,718 912,718 000000000000000000001580ae6f28fc0203d5aaa8689df0a96dc9b7886e4566 4,027 1.00/1.00 vMB 16
912,717 912,717 00000000000000000001336a2803dcc5dd0cb3ab6e7b14cd90f4183153c479c2 4,356 1.00/1.00 vMB 12
912,716 912,716 00000000000000000000cd65163c4f0e0813b0b95198e6724609904b7312acf1 4,580 1.00/1.00 vMB 16
912,715 912,715 000000000000000000002989fd535d06616dd7ed76c88d294f6b2aa88da803b3 4,135 1.00/1.00 vMB 15
912,714 912,714 000000000000000000012ac1ee2ca9013f4c9c6cb6f9578521f25a73630edc2e 3,590 1.00/1.00 vMB 13
912,713 912,713 000000000000000000006861ac317dd5f0026183220687c4a0b7e0c7c88b350b 4,467 1.00/1.00 vMB 9
912,712 912,712 0000000000000000000204f66f6a685eb54c195de56f02edb2e8a4f55db7be14 4,766 1.00/1.00 vMB 8
912,711 912,711 00000000000000000000dd25bcef2472e51d21ab6e7bf0f1971b0b14ba05052e 4,461 1.00/1.00 vMB 8
912,710 912,710 000000000000000000003056223cbadb00196334c6779bb0a710e6f32f4f0ded 4,024 1.00/1.00 vMB 9
912,709 912,709 00000000000000000001ed0b9fb80424cae6eee01cfdf28348906f37f2924e3d 5,230 1.00/1.00 vMB 11
912,708 912,708 00000000000000000000cdec7ae1c2f3d879ceb0fe270cada78d6c2ae0f2b542 3,653 1.00/1.00 vMB 12
912,707 912,707 000000000000000000016cec4546dd62c87932460538e16893a2c2dd51827710 4,928 1.00/1.00 vMB 8
912,706 912,706 000000000000000000010f219f12a73424577a2a5c08c37ec9b7e4a9d984537c 4,563 1.00/1.00 vMB 10
912,705 912,705 0000000000000000000213e63b182f423da894074ec6e23d4475698f04f604f7 4,243 1.00/1.00 vMB 10
912,704 912,704 00000000000000000001cb6c24d99aee2b4ba82c793c8bc8fb302394f81d1fa9 4,703 1.00/1.00 vMB 10
912,703 912,703 00000000000000000001687de5ce317b43b050a3fbbe9e6c4cb280bea1ffd6c0 3,519 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.12 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: 580.37 GB
    • Received: 8.95 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.