Loading Tool

Explorer IconExplorer

Memory Pool

82,280 transactions
31.58 vMB
0.08501943 BTC
Random Selection Loading Transactions
Max Size: 188.02/200 MB

Candidate Block

Mining Attempt 7dd80d19ea050de8135f8174df9aea3225fe1546ecb40ec95f6803ba9f403656
Version 20000000
Previous Block 000000000000000000006967e51e05e86af929479363a0a1c6b74722992c0c25
Merkle Root 04571b8b8fe9541e37e9b7b31b555e369ee3f1b814458a8eac2bd70b8c684851
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,313
Size: 1.00 vMB
Total Fees: 0.01695234 BTC
Feerates: 157.11 > 1.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,071 (427,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
487,171 487,171 000000000000000000c6e952296c5f1f6183dd05d81c786191b7c4bf3daa3bb4 1,982 0.98/1.00 vMB 89
487,170 487,170 000000000000000000418db43660ec74d549e5fec2be6c2c7e092adb39968db2 2,591 0.97/1.00 vMB 99
487,169 487,169 0000000000000000004d49fa28a764a64b2e4c743a546f2af4b893fd210d7e92 2,043 1.00/1.00 vMB 90
487,168 487,168 00000000000000000022d5bd725bce315e56cca76e51398a5971c9ebbe07b291 1,850 0.96/1.00 vMB 123
487,167 487,167 000000000000000000c521ea9b87a857735e82752ffe31f8d9050f15033509d5 28 0.01/1.00 vMB 234
487,166 487,166 0000000000000000005880d0a9b231df35c94e46552422fb1738653b68262955 23 0.01/1.00 vMB 145
487,165 487,165 0000000000000000001544ee2236af71005425266a97e937ee0a408fc7c91042 2,457 0.98/1.00 vMB 180
487,164 487,164 0000000000000000009cba713d4fc2bbcf3e25ae311d84ba99f0e4bf80debf5a 1,688 1.00/1.00 vMB 40
487,163 487,163 000000000000000000daf9df457f8d02d7cb6f9afb4dd195b697f1dd2a573d51 2,071 1.00/1.00 vMB 193
487,162 487,162 000000000000000000c61f814906bed514777c3e00ce9eafd66a13ddea9cbf73 1,732 1.00/1.00 vMB 127
487,161 487,161 0000000000000000000202451865c5bc399b85c9fb96d6fd6f4b2920bde7a30e 2,190 0.98/1.00 vMB 197
487,160 487,160 000000000000000000028e1d005627130d8dcbed264fd72597dd97b2e89149f9 471 0.19/1.00 vMB 155
487,159 487,159 0000000000000000002824e886ee710f0d7f3a389012d8b14e6b5e49c1b68393 1,806 0.92/1.00 vMB 103
487,158 487,158 00000000000000000094e6b1500cfbc6ecafdf67397a82e5d53fb1c29a024149 383 0.21/1.00 vMB 137
487,157 487,157 0000000000000000007d2bdff05a35e14e50bf343e51e41135035cd1dbacd1c5 2,119 1.00/1.00 vMB 113
487,156 487,156 000000000000000000d21f24c1c5e5714484bde90a56af4a175a5b81e80103b4 1,597 0.70/1.00 vMB 71
487,155 487,155 00000000000000000063a21799e5e165d07e93384c3271ebe1e1f10d2156f7bf 775 0.34/1.00 vMB 143
487,154 487,154 000000000000000000a2771b401d9d1886c9bb7afdc5ba5237cc8c6641573530 1,394 0.64/1.00 vMB 139
487,153 487,153 000000000000000000994a218043725a2138fa1381fce339809a0d83a9b43fa9 795 0.40/1.00 vMB 118
487,152 487,152 000000000000000000eb62d669bef133d9f18706d9e7034d75fa4c1cd8dac09b 2,161 0.91/1.00 vMB 112
487,151 487,151 00000000000000000027b7772a331dc622f0afeba9fad00b58195084be9038fb 1,613 0.81/1.00 vMB 117
Previous 10 blocks ↓
Total Size: 782.52 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: 668.84 GB
    • Received: 15.59 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.