Loading Tool

Explorer IconExplorer

Memory Pool

47,578 transactions
27.63 vMB
0.05658500 BTC
Random Selection Loading Transactions
Max Size: 147.67/200 MB

Candidate Block

Mining Attempt b424cfd5e40f66998b391a05520dca9cef065938994943d6b6ad8509d7ed7e7c
Version 20000000
Previous Block 00000000000000000000720fbc0aca6b07103f1eaf0847585182cffdd8f6b53b
Merkle Root 9ec972054ba25e0aba80cee23de28f92710d8e6ec5e706f6dca4096ffd05e2f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,536
Size: 1.00 vMB
Total Fees: 0.00461524 BTC
Feerates: 100.00 > 0.46 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,795 (438,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
476,374 476,374 0000000000000000015c608b3d288fe79743c6d3e00741bf7dd764a72431f49d 816 1.00/1.00 vMB 72
476,373 476,373 00000000000000000115507e4673dbea4028b9dd7c2d3050c930077842d0a81f 2,082 1.00/1.00 vMB 28
476,372 476,372 00000000000000000107c3f8112786c3896bdbd074cdce314440e4878ba2c2fc 1,326 1.00/1.00 vMB 105
476,371 476,371 0000000000000000004ddd453c7a9aa59b2f1c04324fa1b844e90eaf71e6710e 1,455 1.00/1.00 vMB 229
476,370 476,370 000000000000000000854851639effb53852305a4e15dc573448f3d9487ee79a 2,317 1.00/1.00 vMB 219
476,369 476,369 000000000000000001336fb75a46d806d901313bb1affd15cec01a5560050df4 1,942 1.00/1.00 vMB 257
476,368 476,368 000000000000000000e8eeb0d8dda5e336c09166ba0481d2487d1ed211e09234 400 0.98/1.00 vMB 24
476,367 476,367 0000000000000000015b21d2dcbfb199e91d20e7caad09870402750bceaca02f 330 1.00/1.00 vMB 15
476,366 476,366 0000000000000000003f6601c1ce685ebf20eba05d20b86db090de000da6e784 744 0.97/1.00 vMB 38
476,365 476,365 0000000000000000012cff1da0fbbd80dbeeeb4b8a3de09643aff769dd7ad5c0 1,169 1.00/1.00 vMB 25
476,364 476,364 000000000000000001550d02ca4fe0a8f4e1c00fae4a6dea4e08d45496d701d3 1,793 1.00/1.00 vMB 151
476,363 476,363 0000000000000000007c61dbba8bf95b848403ad3af3047c8f33d9a9359062b0 2,104 1.00/1.00 vMB 115
476,362 476,362 000000000000000001197f499b4486c5151d5758a508a44fd306bdd4258dfa8b 2,290 1.00/1.00 vMB 215
476,361 476,361 000000000000000000c0308d79e9fd10c1ee89fcf94b6b8ab29965a3b59e019c 1,103 1.00/1.00 vMB 97
476,360 476,360 0000000000000000015adb3ca49a4a654ab8af6c184a6a1aad912564985a2a89 415 1.00/1.00 vMB 32
476,359 476,359 0000000000000000009ec4ac895d7c3ae2b632a82205f0f0d86ac5626da360d4 1,849 1.00/1.00 vMB 125
476,358 476,358 00000000000000000080242c1acb1cd3e905a0bbee6fc4bfe81400fac8c57c7f 664 1.00/1.00 vMB 27
476,357 476,357 0000000000000000012d859adb2b0c735fa563a7a131f1d58b3e4cc9d46e9961 1,972 1.00/1.00 vMB 84
476,356 476,356 000000000000000000bb1784cdec1d14ba18b336af97f4ee30e9a24cd8a75a39 1,531 1.00/1.00 vMB 125
476,355 476,355 000000000000000000680ae947350294f03080f933163d0c6e5f548132017bab 2,426 1.00/1.00 vMB 232
476,354 476,354 000000000000000000e194c0d9cda7b6938306050c141258f5962398cfc738aa 1,444 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.02 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: 649.98 GB
    • Received: 13.24 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.