Loading Tool

Explorer IconExplorer

Memory Pool

80,059 transactions
30.03 vMB
0.08700925 BTC
Random Selection Loading Transactions
Max Size: 180.08/200 MB

Candidate Block

Mining Attempt 1575b117922bfee5a64e4fdaa1c9020d5c4eb155355f8651e5b11b41fff9ca39
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 26ecc3a8604cf827457f2d34bf4f89003e49ec72cb3c2ae60684830151116e62
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,706
Size: 1.00 vMB
Total Fees: 0.02562140 BTC
Feerates: 301.07 > 2.57 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (136,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
778,943 778,943 000000000000000000062de5cbb6a09bbc28ffba62bc66042e15b92ab677d355 3,247 1.00/1.00 vMB 12
778,942 778,942 0000000000000000000527d1f9380f48b824189adbc3a3a28db60592e4bb98f6 2,501 1.00/1.00 vMB 10
778,941 778,941 00000000000000000005c4f91b3c9c462c64af38c1efbd0935b5a6b8a7ae892a 1,749 1.00/1.00 vMB 5
778,940 778,940 00000000000000000005dcb2dd3d6dad0b56b637ca8f8dc15447e03cc5ca3b84 1,671 1.00/1.00 vMB 16
778,939 778,939 000000000000000000037ab2816f3100fc37acee47a63571b5d3b7ca72145906 2,467 1.00/1.00 vMB 26
778,938 778,938 0000000000000000000082065e7ef7c73de4ff76422a50521c51e7a4218d76c9 3,143 1.00/1.00 vMB 15
778,937 778,937 00000000000000000001d183a57c38b421001aa22205a0264fa58fe91fe10724 3,920 1.00/1.00 vMB 27
778,936 778,936 00000000000000000003f7b8fbdc6bd8f9de6af78c91fb79cb0e9792c9e31a47 3,019 1.00/1.00 vMB 18
778,935 778,935 00000000000000000002a04488334a07dcd83175e3ee26d72cdb0ee8fabdc8bd 1,459 1.00/1.00 vMB 6
778,934 778,934 00000000000000000004d29500e06ab28cd2ea28e5fde1678db5d630f7e6c906 1,994 1.00/1.00 vMB 6
778,933 778,933 00000000000000000003dd8ab560c2d481349cb5a97a5e894a985c3e68984cb4 2,027 1.00/1.00 vMB 14
778,932 778,932 00000000000000000002068fb1aa76f311f4a858b6b612c130c132a88509e384 3,324 1.00/1.00 vMB 24
778,931 778,931 0000000000000000000255ae55f535b8959673db5e135de14ff0cccfa004e4b2 1,919 1.00/1.00 vMB 23
778,930 778,930 00000000000000000000ab462dc4cdb6428acad62d4d7f2380ef692c8a51dd70 2,304 1.00/1.00 vMB 12
778,929 778,929 0000000000000000000370ab0a06e6d8dfa4fe9857512ae77ed863a0e7ffdae3 1,058 1.00/1.00 vMB 6
778,928 778,928 0000000000000000000206eaeb4f04004df8a22ad17fea9c8b713dd998b632fe 3,046 1.00/1.00 vMB 14
778,927 778,927 00000000000000000001a468b819f1f2d08a0cf0f2da749c6516318880011e87 1,285 1.00/1.00 vMB 6
778,926 778,926 0000000000000000000384b33d3e64fdbb67fb26d32cbf964a8fa2b086684555 2,837 1.00/1.00 vMB 14
778,925 778,925 0000000000000000000011cc6327d3323f3251940aaceb5f7baaa21a7b5346d7 614 1.00/1.00 vMB 4
778,924 778,924 00000000000000000003d9f95ae931e3c16ec81ba9869cc9ddf281d74dd46a68 1,764 1.00/1.00 vMB 4
778,923 778,923 00000000000000000005f33a0259751f52f5b774fcd82527b4a795d496c6b105 1,543 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 664.97 GB
    • Received: 15.07 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.