Loading Tool

Explorer IconExplorer

Memory Pool

37,806 transactions
27.16 vMB
0.10972207 BTC
Random Selection Loading Transactions
Max Size: 139.05/200 MB

Candidate Block

Mining Attempt 18e08b1d5064bfe48f584d5ec02fc6da60dceaebde4c39052c3b2c11ccc3c048
Version 20000000
Previous Block 000000000000000000008372903aa4d0da986da668e92f623c39e85dec80bae4
Merkle Root fd0ee335067a90a502c1675dac8c202cdc244f0c78d08ec512c76fde4dcff834
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,285
Size: 1.00 vMB
Total Fees: 0.05884468 BTC
Feerates: 265.25 > 5.90 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,267 (790,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
123,309 123,309 00000000000058e8bf3ac64936ea568b1f5abb068cc01e22447c5520b759ee25 16 0.01/1.00 vMB 515
123,308 123,308 0000000000004070f215b9542453440c2249b077c684548b194504b291016daa 31 0.02/1.00 vMB 232
123,307 123,307 00000000000004f02e868a86ca5dd7982b05a783b63e6e4343de65d73ec83b7c 8 0.00/1.00 vMB 0
123,306 123,306 000000000000227cc0695cdd62ebfa9d9bf55e7f6ff15c1139473bfed5c46e39 21 0.02/1.00 vMB 121
123,305 123,305 0000000000003afcff12d4acbb09f94ee97a8d7a73e4683f280956ab66078255 2 0.00/1.00 vMB 3,076
123,304 123,304 00000000000036e493f24187b7a9b8c7f1b710d30c6e3638f31d44ad36894eee 9 0.00/1.00 vMB 263
123,303 123,303 000000000000080111d0cffd81c82e53133b722a014532ea97cb7a12705cf9a7 25 0.01/1.00 vMB 108
123,302 123,302 000000000000678d4f07bcbb79989a4dbd035e85d14b18f4a860c8d2345e7418 12 0.00/1.00 vMB 0
123,301 123,301 00000000000050d2156b1152537ac23132cea841eb033ffd0ea6b006d3d2fbc5 62 0.02/1.00 vMB 1,422
123,300 123,300 0000000000001c9ad67d1a67cecb7c4f7616ce0085d86fcd9823adb5a4879c6c 20 0.01/1.00 vMB 664
123,299 123,299 00000000000057b476ebce5b4dd9c89693d6b6e6f5986f02dfcab6037ce39143 11 0.00/1.00 vMB 488
123,298 123,298 0000000000000ed8ed4fc143832f8ff6bb6f02970d0a932ebcee7b3630b52830 1 0.00/1.00 vMB 0
123,297 123,297 000000000000291cb6751454b0eba026de9eb7085ac80913299649542904c088 10 0.00/1.00 vMB 920
123,296 123,296 0000000000005f047875de55e1c716e16a7de5bfbb0588e029f982e5bbc8c5d5 56 0.03/1.00 vMB 236
123,295 123,295 00000000000067218fe2d99a9b5b06cbf232fde45bda545f1392c85da73f78b9 8 0.00/1.00 vMB 1,936
123,294 123,294 0000000000001d8cfc35de95bc5d21474109e4c034500806dbeffdbf45557a6a 12 0.01/1.00 vMB 434
123,293 123,293 0000000000005e2362425bd277a8fbdcf774fc7360e4f73fe6a1fc2fe4024ce1 11 0.00/1.00 vMB 467
123,292 123,292 00000000000056ceb63bf8af7eef2942c4e1a5f8d5bcba9f7c856f0766f5a36a 1 0.00/1.00 vMB 0
123,291 123,291 00000000000019746bb661b240a3c57b1f28e49316b9bf756052bb12322f4247 28 0.01/1.00 vMB 342
123,290 123,290 0000000000004681186ed4ecc4d10ba14b0d948261155df392a7d6926240f96a 16 0.01/1.00 vMB 343
123,289 123,289 00000000000018718c3bfafe577dd9ebf32e5a0cbd9aceeb6e59fd583e151d23 14 0.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 781.07 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: 578.27 GB
    • Received: 8.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.