Loading Tool

Explorer IconExplorer

Memory Pool

35,362 transactions
27.50 vMB
0.05924364 BTC
Random Selection Loading Transactions
Max Size: 138.14/200 MB

Candidate Block

Mining Attempt 173ab70a51d84e27d93a26a3326f424b72fcf4656d99171db6229ad42715c7cb
Version 20000000
Previous Block 000000000000000000006d49673a863294886cf674a899736033f24b7f746e94
Merkle Root 80a9c29fdbbf038a47961079f1b6e10f8122f10783b425e294cf7d19c7ab7922
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,867
Size: 1.00 vMB
Total Fees: 0.00706626 BTC
Feerates: 203.60 > 0.71 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,599 (111,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
803,342 803,342 0000000000000000000112ecbedc0bb06c72df7ee5cbf49f5615f7d62fab311a 1,334 1.00/1.00 vMB 15
803,341 803,341 000000000000000000054ad791fa0d549e91d10d7be656747f2ab8eccbfa4cec 1,479 1.00/1.00 vMB 15
803,340 803,340 000000000000000000030b9235cd098814ae2b7b51a66690fe171ecbad19f714 888 1.00/1.00 vMB 14
803,339 803,339 00000000000000000004ba1e534cb941a17ac97776e31b70665252d2bef5a9ab 215 1.00/1.00 vMB 12
803,338 803,338 000000000000000000020bd2d15f14ff988077a7c172d930b279fe0d2e8f91ab 2,256 1.00/1.00 vMB 17
803,337 803,337 00000000000000000004a4411bba96abf4b44aadc83fc5a9d63fdcf136faa8ff 1,560 1.00/1.00 vMB 10
803,336 803,336 0000000000000000000359b6bdd84f1d81978ed00fee7c3f5669c725c3eceb2e 324 1.00/1.00 vMB 7
803,335 803,335 0000000000000000000188ecd2756a6224abfefea2bd8e1b6eb3e5f37b9806cc 1,861 1.00/1.00 vMB 10
803,334 803,334 000000000000000000054b62271ced9f3b0e6241fd0cb23dd855d6ad4d23f85d 2,503 1.00/1.00 vMB 11
803,333 803,333 00000000000000000004f71d7ed19b26afe1bb625219a582a236fc125ca33681 1,913 1.00/1.00 vMB 11
803,332 803,332 000000000000000000033ed3777c5c7b02e33928d9d33ebdd70381eeec954714 2,673 1.00/1.00 vMB 18
803,331 803,331 000000000000000000036e6a8c58bd1c230e8b39329347b418c9e8010de249c8 1,968 1.00/1.00 vMB 11
803,330 803,330 00000000000000000002148e655dbb2ee5ff2cf90b69a2a4f3915707325ac9a7 2,848 1.00/1.00 vMB 26
803,329 803,329 00000000000000000002d65af5273ab792ce24c30ed55fa2b7ddabd8336e71ce 3,432 1.00/1.00 vMB 19
803,328 803,328 00000000000000000001cbfb9ba1dc22aa9d6e08ffb297a6c5283e94dbcc4710 1,114 1.00/1.00 vMB 9
803,327 803,327 00000000000000000001d1010a108a5c817e98bce786ff33b8297951efee42db 699 1.00/1.00 vMB 8
803,326 803,326 000000000000000000016c567d5d1312b86c7cfe8f5106fe9723d650d1ffd89d 1,637 1.00/1.00 vMB 11
803,325 803,325 0000000000000000000542e0db5070bfa1b2b5438eb2764a25c789a1edd75c81 729 1.00/1.00 vMB 7
803,324 803,324 0000000000000000000425adb951043f10bbbff3c02f0c425ff8fcf5994b89e2 2,058 1.00/1.00 vMB 12
803,323 803,323 00000000000000000005164d66bf877df1fc8cc149e6dc3d8816145d5d3128f9 1,271 1.00/1.00 vMB 8
803,322 803,322 000000000000000000001fc8483b5c7cc631b9f3510850e25601ca1eb3ace90c 1,844 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.69 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: 628.49 GB
    • Received: 11.80 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.