Loading Tool

Explorer IconExplorer

Memory Pool

81,382 transactions
30.01 vMB
0.08077810 BTC
Random Selection Loading Transactions
Max Size: 180.86/200 MB

Candidate Block

Mining Attempt a4402ae739e2687155417d8e8a1b945880f42c4c09676202716654991f523627
Version 20000000
Previous Block 0000000000000000000115431274d076f8aa22965479bdc44a0f8d6a1664cabe
Merkle Root 71dc118bcb783fef1edf5b91dca7d29d66c498b3b660546ffc2007c6d0de72c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,159
Size: 1.00 vMB
Total Fees: 0.01950855 BTC
Feerates: 147.04 > 1.95 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,983 (503,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
411,352 411,352 000000000000000002a67da43d77424109d2dd33aacfc962bdb1fcbd8b69a883 1,283 1.00/1.00 vMB 19
411,351 411,351 0000000000000000053a5e0b0b2e4064e74a4476bed73d4a79908a7560768c0f 2,233 1.00/1.00 vMB 54
411,350 411,350 0000000000000000032f65bf9c8b9839808eb2032567dcb138352ec6b780b66b 2,891 1.00/1.00 vMB 55
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
Previous 10 blocks ↓
Total Size: 782.36 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: 662.97 GB
    • Received: 14.88 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.