Loading Tool

Explorer IconExplorer

Memory Pool

45,813 transactions
29.09 vMB
0.14068713 BTC
Random Selection Loading Transactions
Max Size: 151.57/200 MB

Candidate Block

Mining Attempt 83f40fae26d4bbda517b635fe0ea03c2b57e520bab588d02b2ba3acd380e77b3
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root 88020f77a0e5e0029c9f7282398d2ce64f0e5d4ac2ea8bc1f5e3c8b7716e6981
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,812
Size: 1.00 vMB
Total Fees: 0.04276030 BTC
Feerates: 150.75 > 4.28 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (231,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,370 683,370 00000000000000000000a0a447652a13d3e60efe49fdd425035b3bb39331b9df 1,167 1.00/1.00 vMB 27
683,369 683,369 0000000000000000000a9a7299e53c6a3defa09a8aa573635f2f515c0c98cfd2 2,601 1.00/1.00 vMB 69
683,368 683,368 0000000000000000000b0cd93a2e46e149fcff38510a43098ba752f76cd2cbb9 1,657 1.00/1.00 vMB 36
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
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.03 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.