Loading Tool

Explorer IconExplorer

Memory Pool

37,696 transactions
28.12 vMB
0.05871314 BTC
Random Selection Loading Transactions
Max Size: 142.50/200 MB

Candidate Block

Mining Attempt 3647f4ea80a4e07db892425a540f623eb4e932143c9f151ec27cf3aa698a89ce
Version 20000000
Previous Block 000000000000000000005995f28b7b2bd5ea07e6aa9ac102c0a7ba604cbde5a5
Merkle Root 6b7d6f3d0e5f30cfdf084d91d2183e5bccbdb88bd6f4693ed07f838e3ef4e8e5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,486
Size: 1.00 vMB
Total Fees: 0.00488753 BTC
Feerates: 100.53 > 0.49 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,617 (846,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
68,218 68,218 00000000017a2c9b4ecea631631548e7a919a4ec9f2d8e7df41a0ff61f4c8ffa 2 0.00/1.00 vMB 0
68,217 68,217 0000000000313b084254bd63880482a0b8d87ae79406cf12e3394d5fae9958be 1 0.00/1.00 vMB 0
68,216 68,216 0000000001f7c38d0f611317f0197f27c567d16e4089bea800c18999bbb7beba 3 0.00/1.00 vMB 0
68,215 68,215 0000000003804859288db08f349015cf016c82f065667db106cc7869be9a9d4a 3 0.00/1.00 vMB 0
68,214 68,214 0000000000835e7d4b5bed991a7b4c4ab6ae72c11722b48cf6cad5b9db743b76 1 0.00/1.00 vMB 0
68,213 68,213 00000000049e3dfd1c8dd80ccbb2fd3f60fcf24fe3621fcd994d7ac61ad802b8 1 0.00/1.00 vMB 0
68,212 68,212 0000000003cfc349fbdd2a89104b72906694485396dde119bc4a577cd79c19c5 1 0.00/1.00 vMB 0
68,211 68,211 000000000226cbdb2501e1bb38efa4397194c06e77610e3a45729d9be3c163ad 1 0.00/1.00 vMB 0
68,210 68,210 0000000004321e3d2904c82481576bfe5a2512169bc6f6016e73fc4544f03c46 1 0.00/1.00 vMB 0
68,209 68,209 0000000004f75af853a7c469a5b00170a3276883dddce275645e34c5e019947c 1 0.00/1.00 vMB 0
68,208 68,208 0000000000b5d53dc4e09c5f6bb4e41bf9db76f4fedae865f2b77d0540b54139 1 0.00/1.00 vMB 0
68,207 68,207 00000000028fe26f6ce4c51b9eeba7d9b153a4bf0a055ae1024247e63d15f50c 1 0.00/1.00 vMB 0
68,206 68,206 000000000487805c6c56c152e1f397efaac97a3e03d209f33df6678c25489e01 2 0.00/1.00 vMB 0
68,205 68,205 00000000029e233e68835ed588955f092161e86f8f5261b67fa19584ffd009aa 2 0.00/1.00 vMB 0
68,204 68,204 00000000047c80d8273a4bb7c021046ddeaa9c948c29e0eaf58faba41d630c6e 1 0.00/1.00 vMB 0
68,203 68,203 0000000003834b6d1fa47bf26f351475cebbf723aeb2ad968ab02a36a2289ba5 5 0.00/1.00 vMB 0
68,202 68,202 00000000047ab9e673212217617eac426eb8bc9ca43fdf839af68df3e3c3c968 1 0.00/1.00 vMB 0
68,201 68,201 0000000003fb0b50e8366c3545020abfde856b5a46b8385d3be95e6ad4234575 1 0.00/1.00 vMB 0
68,200 68,200 00000000021f4884837d585bd84efe98198b77052c86aab515b988d7e439fa5f 1 0.00/1.00 vMB 0
68,199 68,199 00000000035dfb251f1e3280caa3f17d373dbc96e6d747e43f473ca761f84244 1 0.00/1.00 vMB 0
68,198 68,198 00000000046d15850a7b4e3971f59b56a001e657614ecd1b1535d7d6dde0d471 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.71 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: 629.48 GB
    • Received: 11.92 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.