Loading Tool

Explorer IconExplorer

Memory Pool

49,713 transactions
30.43 vMB
0.18584682 BTC
Random Selection Loading Transactions
Max Size: 162.93/200 MB

Candidate Block

Mining Attempt 9c703e5d5aff6dc5d97af236a025434e8ec76dc50cc8171be65045226e864288
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root 6285f392a29f2206939827aee9c2dac7b8953a3c63d9305f67fbb0ecf05f5b85
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,813
Size: 1.00 vMB
Total Fees: 0.10085887 BTC
Feerates: 261.10 > 10.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (94,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
820,365 820,365 000000000000000000027a6d7c0198ab011c3f938920df7e719a479958f3c154 4,125 1.00/1.00 vMB 157
820,364 820,364 00000000000000000001688ea3d53d5d3b48d45389a6efd8dde7fe3a680ef0f3 4,369 1.00/1.00 vMB 75
820,363 820,363 0000000000000000000005916b1d8234f67c5f29ed0efa4f7ede10c1b9c1526e 4,164 1.00/1.00 vMB 75
820,362 820,362 00000000000000000003952419f65e248544dce6e206b2b9a44f28312a3c2d8e 4,285 1.00/1.00 vMB 66
820,361 820,361 00000000000000000001158c8eb96eab33dc3ca00f2ac65d931c6d18a803768e 3,428 1.00/1.00 vMB 102
820,360 820,360 0000000000000000000244bc501b840bec510e2b4653be70631ab65fc56e8ce7 3,649 1.00/1.00 vMB 51
820,359 820,359 0000000000000000000344ada52e32774f60a5eae67194b804d0729b3a0ad9db 3,022 1.00/1.00 vMB 47
820,358 820,358 000000000000000000012d16050621f7105b7a42d989e764da4eb0be6b570202 3,164 1.00/1.00 vMB 72
820,357 820,357 000000000000000000003b5bbaf216ef2c317ad88a63343f0b64e85095272027 2,365 1.00/1.00 vMB 68
820,356 820,356 00000000000000000000a813341e76833d2bbb2b5febb3e7052a7c8dd44859aa 3,043 1.00/1.00 vMB 111
820,355 820,355 0000000000000000000214834f0cbcd8354640c7e76138db0151c84a3f6d0910 4,449 1.00/1.00 vMB 34
820,354 820,354 00000000000000000003ab17e5c7d90b81bc3710b12d0e65ae736c716bf014f3 3,356 1.00/1.00 vMB 68
820,353 820,353 000000000000000000003e726c5d99625b10b7b83412a12217deaaf6cc819324 3,677 1.00/1.00 vMB 44
820,352 820,352 00000000000000000002c1d50792f2f0acd06791148fb8eef52e98c4a298e908 2,126 1.00/1.00 vMB 40
820,351 820,351 000000000000000000038a35cffaa2939cdbe01b4d001214b2928971a141af38 3,679 1.00/1.00 vMB 38
820,350 820,350 0000000000000000000181ff6046e240231a9b920004db2b122b0059fb2fbe50 3,971 1.00/1.00 vMB 36
820,349 820,349 000000000000000000008ac79fb7dfe6b2086997e24ed2387d528718a87c6f9f 2,972 1.00/1.00 vMB 50
820,348 820,348 00000000000000000000ad4df4ef8d7d8e79758ace257b2d18bb5bd9f08d3bf8 3,668 1.00/1.00 vMB 73
820,347 820,347 0000000000000000000067a2b4d3efb9e66f683de290924cb183eb7b1907b1e2 3,182 1.00/1.00 vMB 80
820,346 820,346 00000000000000000002332f9798295d86616ffcb24cf007a24a304295ef28ee 2,856 1.00/1.00 vMB 43
820,345 820,345 000000000000000000010e5021cda207ef3c5a5471f96902b5fe5186679a824a 3,042 1.00/1.00 vMB 102
Previous 10 blocks ↓
Total Size: 782.05 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: 651.01 GB
    • Received: 13.38 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.