Loading Tool

Explorer IconExplorer

Memory Pool

79,079 transactions
29.62 vMB
0.07417699 BTC
Random Selection Loading Transactions
Max Size: 177.72/200 MB

Candidate Block

Mining Attempt d5d5d4b3d01aab7edbe4c6b97f89faba214a9e127344bb7fc3577b71b9bcb7ae
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root d62a7ed8a499abe6a077a6c72f2eab325ab33a054b8f6218e07962ab13ddb261
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,061
Size: 1.00 vMB
Total Fees: 0.01390820 BTC
Feerates: 150.98 > 1.39 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (503,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
411,349 411,349 000000000000000004cbc2b30f1cc47a2abb64c5fb3aa9b39c6df13c3ad98ed5 1,493 1.00/1.00 vMB 25
411,348 411,348 000000000000000004563e834a108a7b2bc054e86ced2f0365375a1a3985852e 2,307 1.00/1.00 vMB 39
411,347 411,347 000000000000000004279255e552915e1cdcb7b02715ff4273e5018308930528 2,724 1.00/1.00 vMB 49
411,346 411,346 000000000000000002e7a2f0ca84fc46a8c5bb0504f928bda82cb0b63a8e7452 2,716 1.00/1.00 vMB 51
411,345 411,345 00000000000000000183c7903967fb72623076582f7f3cf6748cd49d3ec2465f 3,052 1.00/1.00 vMB 70
411,344 411,344 00000000000000000304c49f0e3c3dce67e7a1f3829f20716dff8a29fd6a1ebb 842 0.34/1.00 vMB 39
411,343 411,343 0000000000000000013de22cf145151f596917d78d7af95afa6092767d9208ee 1,333 1.00/1.00 vMB 28
411,342 411,342 000000000000000002a1b9a53f553fc2fe40bb782e213e5f598232bc2a6e3c77 184 0.07/1.00 vMB 41
411,341 411,341 00000000000000000074aaa60a963dbf9af45ccbe992c4ab09262105d46116c6 1,165 0.81/1.00 vMB 24
411,340 411,340 000000000000000002e46ec6f7deb0ccdedd34e3868f18d811913f7aba05816b 440 1.00/1.00 vMB 13
411,339 411,339 000000000000000001d997cff8dfca7066898c43bb7ef26c76f3d0b01c681a65 1,070 1.00/1.00 vMB 14
411,338 411,338 000000000000000002ce645503f786cc970112d9e3cc98ba1b9ef71dcf73c884 1,052 1.00/1.00 vMB 24
411,337 411,337 000000000000000005a89595a6caa9aaa8e753d50b6d04bc236f6fb163903135 1,667 1.00/1.00 vMB 25
411,336 411,336 000000000000000000337d91d20cf5beb643c9d062ba8c8f69f31f8ac5091112 14 0.00/1.00 vMB 150
411,335 411,335 0000000000000000009eaaa171a993e931113ec84b0fb5ce76c53a8237e016ca 2,524 1.00/1.00 vMB 51
411,334 411,334 000000000000000002132c54f28c9c3166b6c10acc1c7e3e40dc30d14b8bb87c 1,450 1.00/1.00 vMB 30
411,333 411,333 0000000000000000029b399af0b88693c306dfe0f4a6c6dfb34d091573ccb4d4 1,629 1.00/1.00 vMB 32
411,332 411,332 0000000000000000038ef3adbe05877fb3d4698cd1c4288e044a875132dc1a18 1,151 0.99/1.00 vMB 21
411,331 411,331 000000000000000002cc7b24fb1adb3739358d4829b4e21fc95d35acd96c0802 2,355 1.00/1.00 vMB 31
411,330 411,330 0000000000000000031dd6f22fa8dabeb2a8c5343158c16e4ea20bda374ab69e 3,192 1.00/1.00 vMB 98
411,329 411,329 000000000000000004b25859799ef003d7114155e17fe83f134d016f6d7a97eb 18 0.00/1.00 vMB 87
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.