Loading Tool

Explorer IconExplorer

Memory Pool

74,650 transactions
27.52 vMB
0.07128589 BTC
Random Selection Loading Transactions
Max Size: 168.04/200 MB

Candidate Block

Mining Attempt 32c0b48c6c99cc29032a7998c5ab203b396f680eac2d7dca321f3bd58b683478
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root 8f25e38a7e8b8dc6c04833a99d3f292f6a7a09239794aca8daa18b154ecbfdeb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,808
Size: 1.00 vMB
Total Fees: 0.01268706 BTC
Feerates: 100.53 > 1.27 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (430,227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
485,024 485,024 000000000000000001199a54a9957bb23f10975dbfd0657d8b945b9fce78bfd6 1,780 0.98/1.00 vMB 61
485,023 485,023 0000000000000000001858fb6dc6e984fa76a6e30f7d5d138750fe9ebf080971 2,377 1.00/1.00 vMB 167
485,022 485,022 0000000000000000007978f4649125f24f0e90871f1e488854b34f622234fcc0 1,764 1.00/1.00 vMB 175
485,021 485,021 0000000000000000003e0494c059f63906aac34999662e175b9b953239185e71 2,071 0.99/1.00 vMB 86
485,020 485,020 00000000000000000051a917c663db63a4387ba3116f1b06ee62f1b115d8feb4 1,339 1.00/1.00 vMB 136
485,019 485,019 0000000000000000001974d329fa9a87b970a240ccdaa0f71621aa70955d5224 420 0.18/1.00 vMB 111
485,018 485,018 000000000000000000e83ede444f68c52821673bf1a51c9fe39a695e8fc0f616 1,370 1.00/1.00 vMB 63
485,017 485,017 000000000000000000a7f955b2645a6725c53c4b5f557b8cf99b1af918e3359b 1,279 0.64/1.00 vMB 123
485,016 485,016 000000000000000000d26dc79c81a47498dcc12e83e090eb5511fe71a7e55e62 497 1.00/1.00 vMB 15
485,015 485,015 0000000000000000009986c055b2ba9c942ad099ae1731fdd50ab965e39c942a 2,061 1.00/1.00 vMB 8
485,014 485,014 0000000000000000006d9865dffe320dd00e9584375f70f5017a6d9d94812dba 2,534 1.00/1.00 vMB 137
485,013 485,013 000000000000000000f77a9ac3b079f9df4fbc1c01382e5da665d3f86123a7fa 2,529 1.00/1.00 vMB 173
485,012 485,012 000000000000000001031903f5c9ec20901a11f87911d90821cf9d81f8a08177 1,320 1.00/1.00 vMB 71
485,011 485,011 000000000000000000a31c60f8936bbb60ce96d50140e899216204cfa18da67a 1,594 1.00/1.00 vMB 66
485,010 485,010 0000000000000000007f27d1f2ccc549a8f0a9e7e1b521f9dfe69b39d5ca4715 1,985 1.00/1.00 vMB 114
485,009 485,009 000000000000000000552fdb2da6d831a3ebf60ffa736a82dcc77714ce0a305f 82 1.00/1.00 vMB 7
485,008 485,008 0000000000000000011a23e042661524d671d3002baaa01b8a46a4c641218d09 1,172 0.99/1.00 vMB 66
485,007 485,007 00000000000000000069565b439bc7a548248ed3145994c1cbf4d1b458a95b41 1,524 1.00/1.00 vMB 25
485,006 485,006 000000000000000000b3f60ccfc222287f8cc8cf1616ec90961fe32e493868bd 2,062 1.00/1.00 vMB 163
485,005 485,005 000000000000000000d5ed15beb3085719e8f1b95f2924870d16035b04118913 597 1.00/1.00 vMB 5
485,004 485,004 0000000000000000000717a8bce036e3d2448452fd29d66585e8c9e1b9e629e7 2,188 1.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.83 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: 711.65 GB
    • Received: 17.11 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.