Loading Tool

Explorer IconExplorer

Memory Pool

68,986 transactions
26.37 vMB
0.07028251 BTC
Random Selection Loading Transactions
Max Size: 158.26/200 MB

Candidate Block

Mining Attempt d84578100bbe0a388d0a047b5d0cbaffb3f9f53b72f801ae29cac9f7f95078f8
Version 20000000
Previous Block 0000000000000000000048fdfff8116c2d1f1d4c70b59da7a28ddc4ca1e717c9
Merkle Root 2fa1d5cbe4750a0fc3c0708a42c9016429f1e4bcb130b4614d923ace7faecb44
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,411
Size: 1.00 vMB
Total Fees: 0.01421776 BTC
Feerates: 71.66 > 1.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,488 (763,471 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
152,017 152,017 00000000000002858269b1a50c462a4892a185a2bce00e1c0a80e3d2b46e6bbf 18 0.04/1.00 vMB 825
152,016 152,016 00000000000000e89ca47b2db9212e377dca405efcb493012f439c7669c55ea9 41 0.01/1.00 vMB 379
152,015 152,015 0000000000000030652564741d6d4115a2243a67fe61c3daf2cbd9f5f13d3881 22 0.02/1.00 vMB 551
152,014 152,014 0000000000000dc4bd69fbedafd1755752b4cc528e746ee4412513986d947ac4 35 0.03/1.00 vMB 93
152,013 152,013 0000000000000837d7722217ba16b814e33082445c1ff8b62b866b2b6c4795ab 12 0.01/1.00 vMB 40
152,012 152,012 000000000000066101464e91045d999dfe15652b1431a750778cdd103910c2f2 120 0.03/1.00 vMB 221
152,011 152,011 0000000000000db2d86a88532bbff17fa4fbdffff3794aa1f5a21b29160266d5 1 0.00/1.00 vMB 0
152,010 152,010 0000000000000bbdf5080a7690058a4e92490129f92a429833d48fd65c923c40 14 0.00/1.00 vMB 23
152,009 152,009 0000000000000677a589326ef8bfe6bfc37880d7bd00f18e6f7ed0d06f0ec26f 25 0.01/1.00 vMB 296
152,008 152,008 00000000000005fedc4746e4f621e729916df415730ea4787f3ad2fab88c8f62 4 0.00/1.00 vMB 10
152,007 152,007 000000000000042ce4421e1c7bbf4f6e9fb83c64406f89e1d7278220b50e59cc 31 0.02/1.00 vMB 145
152,006 152,006 00000000000006f9e21a0b9b039e1746e76fbc9e8311bd66365d6b563543284e 7 0.00/1.00 vMB 54
152,005 152,005 00000000000004782cd6256489120270a8f3f0670af32579dbfd4886e32b3512 22 0.01/1.00 vMB 38
152,004 152,004 0000000000000d1db9ba4fb2597969f65c7031b937c01d5c43017ce1ba639341 33 0.02/1.00 vMB 75
152,003 152,003 00000000000006dbc1653a87412b84d0f675894072c451e868a089dbfe02a359 8 0.00/1.00 vMB 105
152,002 152,002 00000000000008cc13e0a246a7503a1d89da23fc9dd8813da983d8b1148262d4 119 0.04/1.00 vMB 59
152,001 152,001 000000000000049f8324c2da6a67441d11b6d3303529354351a9bdad9d4d8f1f 35 0.02/1.00 vMB 113
152,000 152,000 0000000000000aca2b3a267dab498adc48afd15b60cbf21fa58dc26c86a6dc13 31 0.01/1.00 vMB 57
151,999 151,999 0000000000000b6053d745062995c3f0cafe0dd9af9684150f521adf8597c6f2 131 0.04/1.00 vMB 66
151,998 151,998 00000000000000ea775346b13f0ac28f99e06001b0b4194d7c418222c3606fd3 10 0.01/1.00 vMB 751
151,997 151,997 0000000000000565ebe88c5adfc9a2e07c4b82a6de1399c4df8c41820378b97c 63 0.02/1.00 vMB 512
Previous 10 blocks ↓
Total Size: 783.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: 760.41 GB
    • Received: 19.10 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.