Loading Tool

Explorer IconExplorer

Memory Pool

50,067 transactions
30.02 vMB
0.11548658 BTC
Random Selection Loading Transactions
Max Size: 160.12/200 MB

Candidate Block

Mining Attempt b85ab801cbdaa97c534184ff5f10d20900bdee9759a9a3937fb23fee53c735b2
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root a95e6f5f1d5903e9cc759f4db24aae166a8a31e7fab46faad4fed51355c3ad59
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,482
Size: 1.00 vMB
Total Fees: 0.04464140 BTC
Feerates: 179.69 > 4.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (337,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,037 577,037 00000000000000000013adc0142801606e1d8666955202decd275c47585c69c3 2,010 1.00/1.00 vMB 132
577,036 577,036 0000000000000000000018ceb1b07563d4b1f2763e9786e3e63f61e2db5db7d7 2,856 1.00/1.00 vMB 120
577,035 577,035 00000000000000000006d17784fcd9721b371b17090d3e4fe040b201141a82b3 2,465 1.00/1.00 vMB 31
577,034 577,034 0000000000000000001e8aedf5631f3033d18fa232920c78f42b114f84fa41e4 2,375 1.00/1.00 vMB 33
577,033 577,033 00000000000000000020afe0f6459ff7f3165da8b282f69792dd4ae6a33f6c17 1,519 1.00/1.00 vMB 27
577,032 577,032 000000000000000000154ed13dc43951141f2d73bb29e6b1cd4c4dfb8ca97418 2,551 1.00/1.00 vMB 111
577,031 577,031 0000000000000000001360435509c64244cc15c4e1a2fd2f498ad95b2932cd71 2,414 1.00/1.00 vMB 72
577,030 577,030 0000000000000000000643fb697001cba3160eee28fb140de425239a77b76051 1,389 1.00/1.00 vMB 109
577,029 577,029 0000000000000000000594252da99061ae855062c37bb08ebe1163633c01273a 2,016 1.00/1.00 vMB 140
577,028 577,028 0000000000000000001c035aeca681957a4a01d1b03be45a0fc0ae4337d39469 2,094 1.00/1.00 vMB 144
577,027 577,027 000000000000000000195b1a76e14cd1e08a8e4bd7c5b51e9b01156ecb054be3 2,235 1.00/1.00 vMB 205
577,026 577,026 000000000000000000092c5b9b5148bb53f353442210c4c5b06d3badbabdd24b 1,469 1.00/1.00 vMB 111
577,025 577,025 000000000000000000197a0e868d78932072b05cb409b70ee7e41c1b5f0ccac5 2,104 1.00/1.00 vMB 165
577,024 577,024 0000000000000000001cf1f22c1e1f9f2916f4ee901693f26e092f1193f4f693 2,671 1.00/1.00 vMB 96
577,023 577,023 00000000000000000024dbd560fae8a2b5fba485b04970edb3ef1be86cdad4b6 1,867 1.00/1.00 vMB 98
577,022 577,022 000000000000000000284b928a8f4050a01b0434608284573fb06357522ac5e3 1,761 1.00/1.00 vMB 144
577,021 577,021 0000000000000000000001aa6b9676d6b988c0549f42047dc11ac4d7660b845e 2,259 1.00/1.00 vMB 143
577,020 577,020 0000000000000000000785e20b854e8d11299c9e51919450b17ebcca402e07ea 891 1.00/1.00 vMB 159
577,019 577,019 000000000000000000170c3fb3809c41741854e2ab962d819aa9d3112442006a 1,298 1.00/1.00 vMB 219
577,018 577,018 0000000000000000000a684e32343dbc17480126dfc8c6deef17e94908e1902c 2,316 1.00/1.00 vMB 297
577,017 577,017 0000000000000000001e4a3c55b7fa81033ed9ffbc77159854520e3668e291cf 1,618 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.11 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: 652.02 GB
    • Received: 13.69 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.