Loading Tool

Explorer IconExplorer

Memory Pool

83,414 transactions
32.12 vMB
0.10401884 BTC
Random Selection Loading Transactions
Max Size: 190.98/200 MB

Candidate Block

Mining Attempt c7035a1ac0ea4dcac72e48677e8348c89ac831dacb14f69eecba9a31d423c36c
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 42f17e942ade437ba2efab5bf587208423f6033d14fd8bfdc1fff1b8ae0b73f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,584
Size: 1.00 vMB
Total Fees: 0.03940782 BTC
Feerates: 387.56 > 3.95 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (518,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
396,151 396,151 0000000000000000013203c7f6794753b1194942b931a3179529eca1711b1d0f 102 0.95/1.00 vMB 51
396,150 396,150 0000000000000000069f78f47a57f2d76163afdff93958822195a8d112c557cd 319 0.88/1.00 vMB 56
396,149 396,149 000000000000000002d1627c19ee1746f513ead9362a89cc50cd5d1d6ad34cb3 1 0.00/1.00 vMB 0
396,148 396,148 000000000000000006bb3a3ce6de4da6000e8a14ca27c13d41bb856d6cf06d4b 292 0.95/1.00 vMB 54
396,147 396,147 0000000000000000041c04afe8268988eb71a302bdf82c81905873973ac1b4a7 701 1.00/1.00 vMB 60
396,146 396,146 000000000000000008cacc439100d3ce87d8e3f7058a7d09b646205ddf249b36 441 1.00/1.00 vMB 58
396,145 396,145 000000000000000002b6a4ad067d496e5a7fbd8db97ea07fcbb681c293e2fef1 920 0.99/1.00 vMB 67
396,144 396,144 00000000000000000758077d5a7bedb6b504ab49ee1b00c9ced1aa7982da2aa2 1,418 0.80/1.00 vMB 33
396,143 396,143 0000000000000000090b6067753208c3a5f14f4db4ce47b6bba28e66c1db50fd 1,274 1.00/1.00 vMB 18
396,142 396,142 0000000000000000003eb3bdebd54b00350f14116e8e4f61e5729fd494b53b0c 334 0.13/1.00 vMB 43
396,141 396,141 0000000000000000055b1f3698305021db3bb92931b57e737fc44baf50365a78 2,047 1.00/1.00 vMB 31
396,140 396,140 0000000000000000056e866646ca4add891f3571b6433b74a75c26577fb91b2c 2,717 0.95/1.00 vMB 68
396,139 396,139 00000000000000000515a93a2b453b48a2380442860eb7663c30809a7a3f2f96 2,016 0.93/1.00 vMB 48
396,138 396,138 000000000000000005ca3c33c08cde462056c5e7c9e5334b90d307202ab1af6f 484 0.18/1.00 vMB 50
396,137 396,137 000000000000000007525bdb31e15bfbe34f06801eca6c08129f0c04e5d87402 2,263 1.00/1.00 vMB 41
396,136 396,136 0000000000000000034c0ad0b65ead0cdc1d7686ff650cb7c246d980d8969543 614 0.31/1.00 vMB 33
396,135 396,135 000000000000000007bed26d7b1b4ab6b2f4be6de86b8a73e3770972126ba009 279 0.12/1.00 vMB 38
396,134 396,134 0000000000000000036e22cdc70d4e728535e9eff79e4addedabd918d29c60ba 798 0.54/1.00 vMB 27
396,133 396,133 0000000000000000037479a503e8b7327b7053b09646fa7ae6b3da131d839d10 1,803 1.00/1.00 vMB 26
396,132 396,132 00000000000000000751cff55344d4e0efe7c4a8ec0dd1fdef78ade27d02f4f9 1,997 1.00/1.00 vMB 53
396,131 396,131 000000000000000006e3b8d2896fb8407b72e9baca0f2d183a0d392cd9e618a6 344 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.31 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: 658.85 GB
    • Received: 14.59 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.