Loading Tool

Explorer IconExplorer

Memory Pool

73,224 transactions
27.18 vMB
0.06280637 BTC
Random Selection Loading Transactions
Max Size: 165.83/200 MB

Candidate Block

Mining Attempt fe9667eab7bba777343e221d0c3b35a5770765fd731e17cc7538be5b1f274e1f
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root bbda9fdb2014665fd9be349092c9a0dd7134742211ea2f325f2a0386b503013b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,683
Size: 1.00 vMB
Total Fees: 0.00510057 BTC
Feerates: 73.20 > 0.51 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (449,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
466,290 466,290 0000000000000000018c9b4847bf4feb5b4aeecc4ba95dd7409014b12782d3f5 1,990 1.00/1.00 vMB 175
466,289 466,289 000000000000000000812842e86512c418214ccb6beba99fbe55919325e0e5ef 1,995 1.00/1.00 vMB 249
466,288 466,288 000000000000000000a3961bd326992cf3440e87cd553d2ea2926073126a77ea 1,961 1.00/1.00 vMB 158
466,287 466,287 0000000000000000013fa863b036944b2124e2a0fb61fa026dbbfde5983397cc 2,478 1.00/1.00 vMB 252
466,286 466,286 0000000000000000017a150ed0f851b1d4ce550d0d12320df534800612580176 1,355 1.00/1.00 vMB 144
466,285 466,285 0000000000000000014bba7ee0ca4a29d172c1e1edfe63a9afd20eea2f2233a8 2,539 1.00/1.00 vMB 225
466,284 466,284 0000000000000000013a3a99469ee250901bd5a4cb7a6248bed5059e9d63ca55 1,111 1.00/1.00 vMB 134
466,283 466,283 000000000000000001ca73f85adfd48a60c12b22e7309695765f11f4420d5867 1 0.00/1.00 vMB 0
466,282 466,282 0000000000000000014a69142e2d336965e8fe703cde98903d93a03e9c1206bb 2,467 1.00/1.00 vMB 125
466,281 466,281 000000000000000001eb3c4d0f445e1bfeb80b1ddae292f0e6c0a40103220005 1,227 1.00/1.00 vMB 186
466,280 466,280 00000000000000000094715ca15cb3d8950301a8ac4fadc84781af425f9aca3f 1,233 1.00/1.00 vMB 158
466,279 466,279 000000000000000000412b1d9ef9444efbb512d0c72645e0d4034d29cf1b5a71 1,246 1.00/1.00 vMB 140
466,278 466,278 000000000000000001627cbe0f1efaf7e8fe80ba1995ad6ebd05189e4dac6bba 1,755 1.00/1.00 vMB 173
466,277 466,277 0000000000000000006925bbc7d3f2e82e6b42fbc343c1a30b20197f835fcee4 2,429 1.00/1.00 vMB 219
466,276 466,276 000000000000000000abe3062d0a7494e561babcb66d9ccf7985e64fb441da3b 1,458 1.00/1.00 vMB 187
466,275 466,275 0000000000000000004d488dd7f18cb3b6880862ecc7bba9533c0c941389b815 1,470 1.00/1.00 vMB 141
466,274 466,274 000000000000000001030f066c5d75a4cc57a37fafa0c167899b11398a4e5a4e 2,476 0.99/1.00 vMB 265
466,273 466,273 000000000000000000ee6e772b35df2b74aa1c591f4fee86b1a477b23b3b2800 2,679 1.00/1.00 vMB 155
466,272 466,272 0000000000000000007481ce294fe5ad74303266f33d0a32a5977da8f3536766 2,249 1.00/1.00 vMB 191
466,271 466,271 000000000000000000a6a6ccf2552058ca79347caf4ff4662455faa491be59a8 2,188 1.00/1.00 vMB 182
466,270 466,270 000000000000000001e35ce101577fc030e0d56baf8afc2a72d493b7251161b9 2,342 1.00/1.00 vMB 238
Previous 10 blocks ↓
Total Size: 782.95 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: 715.13 GB
    • Received: 17.65 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.