Loading Tool

Explorer IconExplorer

Memory Pool

43,826 transactions
28.61 vMB
0.12395294 BTC
Random Selection Loading Transactions
Max Size: 148.54/200 MB

Candidate Block

Mining Attempt 8d87d7b9eec70196869281859ad55947906a73c936301cda483be44f59b2ce80
Version 20000000
Previous Block 000000000000000000017af1f60b0a1774993e39cbb6c5abc4771238282a0259
Merkle Root decac2a7a53b256ce4d26dd7aafc9151f0616e18e11bb211f0c4311ebcbfa506
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,866
Size: 1.00 vMB
Total Fees: 0.03765522 BTC
Feerates: 113.05 > 3.77 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,711 (231,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,367 683,367 00000000000000000008d28982109160c3a480a61499cc7b13e27aed94f71d11 2,112 1.00/1.00 vMB 24
683,366 683,366 0000000000000000000590cdd6151367d0ad1890607a5671a1d8e8058a10a2ee 1,525 1.00/1.00 vMB 39
683,365 683,365 00000000000000000009585e7cb0ddf956419969c2bf354f39d048c812cd5846 1,671 1.00/1.00 vMB 61
683,364 683,364 00000000000000000003f5c1569546a68f825aa3bcd78a7d44729d877eb4280c 1,718 1.00/1.00 vMB 75
683,363 683,363 000000000000000000009e2b9100aa5841c538c04947707b9d1d72a9ca744782 680 1.00/1.00 vMB 44
683,362 683,362 00000000000000000009405b9f3061e477321a79ed9aae03b9449a87df30b03d 197 1.00/1.00 vMB 45
683,361 683,361 000000000000000000087af933463b0a37c95574878acd64c19cfab5aaad58e1 1,458 1.00/1.00 vMB 56
683,360 683,360 0000000000000000000555e871b6054cedef02f30185f7225d18089415a39b08 2,195 1.00/1.00 vMB 61
683,359 683,359 0000000000000000000093d5716e7ea2a0d1c2eacb5b3cd549bb08d41bde9f2d 2,383 1.00/1.00 vMB 68
683,358 683,358 000000000000000000008d8617e4af6dafbe7658f1f0e1aa536387a5b3e32d0a 2,903 1.00/1.00 vMB 80
683,357 683,357 0000000000000000000b789aed68b7327d1ead304dc5a154fb56c95d889af814 463 1.00/1.00 vMB 15
683,356 683,356 0000000000000000000258c29e2890d0e0e745892580ac0afd42e3d3c1320930 1,481 1.00/1.00 vMB 18
683,355 683,355 00000000000000000007d745ab4337b6ba548eb207789eb506de38b3ee8bdf5c 2,361 1.00/1.00 vMB 64
683,354 683,354 0000000000000000000218ebc1e01d0b3ad85ae888103b931e7d9ffa59d80310 1,405 1.00/1.00 vMB 16
683,353 683,353 0000000000000000000913eaeef15f545ab82527b53746653e355baf608fe43e 1,578 1.00/1.00 vMB 21
683,352 683,352 00000000000000000000e6dce7b665c5acb301d303fe169610555deee9badaa0 2,216 1.00/1.00 vMB 55
683,351 683,351 00000000000000000002865fa4f56e25c9e24f85231aed240b6f4fa68541994e 1,233 1.00/1.00 vMB 50
683,350 683,350 0000000000000000000c8dd54b8bc26c6868b04efbdb6c7c5f4dbe873f75f3b2 2,805 1.00/1.00 vMB 74
683,349 683,349 0000000000000000000651fc98211e26f3ca8ff879e799607a394bb1e13d9a6f 2,480 1.00/1.00 vMB 64
683,348 683,348 0000000000000000000bcc4af8fa14ed639f6ab0b22a0bf63a510047141b7696 1,776 1.00/1.00 vMB 31
683,347 683,347 00000000000000000004769f99573efb49b9fccc4d0768f1287ec96839e447e6 1,964 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 781.88 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: 645.05 GB
    • Received: 12.66 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.