Loading Tool

Explorer IconExplorer

Memory Pool

78,973 transactions
21.77 vMB
0.10218330 BTC
Random Selection Loading Transactions
Max Size: 144.82/200 MB

Candidate Block

Mining Attempt 94ed56c826115b6c9ee4b8cc85cd579c08ac6a43e231818f5bcdd19e9bc131e4
Version 20000000
Previous Block 00000000000000000001d004763c7593ba5a20d2f474adb18f835c6e283fc714
Merkle Root 23fc4b3049a19830034223ac7277f8e385f003f9f19ac963ef8a5d819c2718d2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,651
Size: 1.00 vMB
Total Fees: 0.04621082 BTC
Feerates: 181.27 > 4.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,008 (906,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,143 9,143 0000000014af7149075396d071a46c047198ed6747b2b5bfeaa30bd2802e1e02 1 0.00/1.00 vMB 0
9,142 9,142 0000000013103fb0ed66aad5c6616d485931b6ec1c905b8f58f74e4d4a11a0d5 1 0.00/1.00 vMB 0
9,141 9,141 0000000077a5a0f4bc2d1d941e8c8295661ac4f5c25f2dc131447e7dac7be39a 1 0.00/1.00 vMB 0
9,140 9,140 00000000553e2cdc44d98aa62334fda136ac28d852a4c0734de579bd038c627b 1 0.00/1.00 vMB 0
9,139 9,139 000000008488ed3e83ffc1beda9048b09b3c4fb6a3009dcc48d2be74052e8455 1 0.00/1.00 vMB 0
9,138 9,138 000000004ab38b96a169dc4a8173c3c46249d0709ea860e9ab1d24a6c0c3ec45 1 0.00/1.00 vMB 0
9,137 9,137 00000000d3031c2856c7735b405c5c507d1dad8751e7c14298d9c1cea54133a4 1 0.00/1.00 vMB 0
9,136 9,136 00000000b9081b0b54959ad619607692c4dff547cf1cf806c206ad6a8739bebf 1 0.00/1.00 vMB 0
9,135 9,135 00000000cb9d89fb1bfd6119e1f2542775a5741bad07d0382e19db73cd92183e 1 0.00/1.00 vMB 0
9,134 9,134 00000000346fda022def808ec9e0ca283c87545a204e3a2753165e886afbba86 1 0.00/1.00 vMB 0
9,133 9,133 000000003bcc5b1f2a131239b7d1eaea3f63031c09247d25c2a30801a3564a1b 1 0.00/1.00 vMB 0
9,132 9,132 000000006f67edbc36f5104d05fc0db8f2bde9a804d7a9e814afa561a658b7af 1 0.00/1.00 vMB 0
9,131 9,131 00000000aa397b76e9630aa70dc84d3035e08dacb07deeacb46b7810b58072e3 1 0.00/1.00 vMB 0
9,130 9,130 00000000bbda61bd7c954f674ccdc6fad7315cfc4ec8982902f5505745a1c2ba 1 0.00/1.00 vMB 0
9,129 9,129 00000000f94d95791ab573609338891c44abf68540a60abe0bb895405bfc4f81 1 0.00/1.00 vMB 0
9,128 9,128 00000000329ba70d8c8351b852cd67f5ff2c5479f13ce0b2502fa36bd16778d7 1 0.00/1.00 vMB 0
9,127 9,127 0000000039f74ad11fb3d70e8c72ed9c1e8aad180447b7c25a266f89f0d90cda 1 0.00/1.00 vMB 0
9,126 9,126 000000009f8db5a817713a51f12b02760ebdff49fb5fdfe6721ac4fbe984d419 1 0.00/1.00 vMB 0
9,125 9,125 000000003be9486e499a818564557040a44ef27bc8ac71b9af93c75262ab0b94 1 0.00/1.00 vMB 0
9,124 9,124 0000000096e0727225066eb269b7a755ae641168f919a1a6d9e2838f641e70d5 1 0.00/1.00 vMB 0
9,123 9,123 00000000c12a769238ea24d69091d0bb501cfe00a7fc1d69c8379435a92bb908 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.13 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: 810.28 GB
    • Received: 23.32 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.