Loading Tool

Explorer IconExplorer

Memory Pool

44,000 transactions
27.23 vMB
0.09094024 BTC
Random Selection Loading Transactions
Max Size: 143.70/200 MB

Candidate Block

Mining Attempt 55bd8eca2b43219cf7c9e593e1ee9fa56141c60f61df7a24b2335dc65e877021
Version 20000000
Previous Block 0000000000000000000182fc7e3276e0ca1f0b423f92087ce28c2892578cee65
Merkle Root d7bbfa205a045b7ade38cafa4d1814541823c72bdc8c78675a98da6ab714edc7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,189
Size: 1.00 vMB
Total Fees: 0.04000694 BTC
Feerates: 101.65 > 4.01 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,917 (427,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
487,817 487,817 000000000000000000ae5bbf11d0895e2e80ac82822b5a7a7d33726f1350a29f 1,695 0.85/1.00 vMB 65
487,816 487,816 000000000000000000b088408d309a40806cd8952e1bbb89d30cfe08e9d21358 2,299 1.00/1.00 vMB 45
487,815 487,815 00000000000000000047d5beb5bf3c518027481694f6ce153014b85c542b1d5a 2,435 1.00/1.00 vMB 140
487,814 487,814 00000000000000000075a4fd65fe677635f3ca035b14f5d6f59ea0cd2ca35e75 1,924 0.95/1.00 vMB 23
487,813 487,813 000000000000000000426cd5963982deecd8456c87ea4d66d4c790ab8d22f51d 1,816 0.97/1.00 vMB 83
487,812 487,812 00000000000000000075e8083775cc446e90c4d534b45e9971dd718f9d9d8852 1,786 0.98/1.00 vMB 186
487,811 487,811 000000000000000000eac88f7f85ade2c1ebbe430b1af2ba1e27152b166f24cb 2,281 1.00/1.00 vMB 86
487,810 487,810 000000000000000000c4cd63a56c0561c360e4d352211cea21b01a4c0434bf70 534 0.22/1.00 vMB 88
487,809 487,809 000000000000000000195eddd96fb9c5f24a53e5a8e82952242975603a47635a 108 0.04/1.00 vMB 73
487,808 487,808 0000000000000000004faf27d618feb2d4cdd1c63810252dccd88797891b3c67 1,473 0.60/1.00 vMB 68
487,807 487,807 000000000000000000a96e3c7f4463a70c40a586d4159467546f398439a1041f 952 0.43/1.00 vMB 104
487,806 487,806 000000000000000000a709dd776a2d1e05680a3c05d7e1c77b033f692b6fd0d1 1,093 0.43/1.00 vMB 85
487,805 487,805 000000000000000000da2795793ed5f50e5565d1af50961cf73340db68ad4f2d 1,254 0.61/1.00 vMB 60
487,804 487,804 000000000000000000ed121fbf238e039fdeb46f604746e53ef7246acb12305f 616 0.34/1.00 vMB 73
487,803 487,803 0000000000000000008eeec1371db024d26b70fa08de4ff19ce56948f01c27a2 2,235 0.96/1.00 vMB 78
487,802 487,802 0000000000000000007706a71b200e5c1e5fb365638abb0af137768f48546885 2,144 1.00/1.00 vMB 62
487,801 487,801 000000000000000000df5bdd1cd4a9a70ec4babcd576390296786be7f303dd8b 783 0.33/1.00 vMB 98
487,800 487,800 000000000000000000269c0100be03f3c037b8e1e6b332f6c016bc574fdaff75 2,234 1.00/1.00 vMB 121
487,799 487,799 000000000000000000a7acd8ed81f61546d3f8d969ab0c8e897ad334b6f2fca7 546 0.25/1.00 vMB 76
487,798 487,798 000000000000000000f9385a58e58e9a0415e368888058319b8c6fc42b81b42d 1,291 0.59/1.00 vMB 94
487,797 487,797 000000000000000000710dcdcbfbfb1915254cf9e8a3eba12590a0f6c99f2fc3 382 0.14/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 782.24 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: 655.15 GB
    • Received: 14.27 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.