Loading Tool

Explorer IconExplorer

Memory Pool

43,568 transactions
27.09 vMB
0.06481734 BTC
Random Selection Loading Transactions
Max Size: 142.60/200 MB

Candidate Block

Mining Attempt 84b1e251b4014ac89ebc8a7e9bf793c7cd8a49c0df213aee1bc9e0327c9376d9
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root 63dc13a51589a0c76d0ba5029edb5d73053910d70256d6c0a0f8b0d5db5a9e34
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,231
Size: 1.00 vMB
Total Fees: 0.01434204 BTC
Feerates: 151.15 > 1.44 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (244,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,173 670,173 00000000000000000005c363a951d8404eacbfb63d948f5e840ae379215b8267 2,170 1.00/1.00 vMB 183
670,172 670,172 000000000000000000021ca3d4d0636e8e19d84bb5e69207d7a01547b064b325 2,340 1.00/1.00 vMB 174
670,171 670,171 0000000000000000000c64f1e64754cf133e50dfa2e5ee32250e78c164faa07c 1,311 1.00/1.00 vMB 180
670,170 670,170 00000000000000000003b682b135e47c5668999d109cef0fb3d51ad824d5ee79 2,820 1.00/1.00 vMB 197
670,169 670,169 00000000000000000006aa140101bcc9de1178fb5ecd9dd3eca0f24207a0fa85 270 1.00/1.00 vMB 167
670,168 670,168 00000000000000000001747352bc0bee0dd0b0451ccb5313b4b97f9932ff3f53 2,139 1.00/1.00 vMB 180
670,167 670,167 0000000000000000000b6a5a6c53d203f68f3e111192ffd9ef52906adaadfe1d 2,382 1.00/1.00 vMB 179
670,166 670,166 00000000000000000006414225e5446e034310b16e20039169a1964adaa871c9 1,690 1.00/1.00 vMB 177
670,165 670,165 0000000000000000000150a295a49345bdf4894b16614d09d88487f2c1f89bdf 2,119 1.00/1.00 vMB 163
670,164 670,164 000000000000000000014bf879c6d31bb8da7988c9e732220348e70e5288a09e 3,256 1.00/1.00 vMB 187
670,163 670,163 000000000000000000028b749c312504d287e3c402b73ec28a3782c125534490 2,387 1.00/1.00 vMB 104
670,162 670,162 00000000000000000004ea2749fd9f8f1529694f5e26c3fdcb5fe9947121b2c9 2,768 1.00/1.00 vMB 153
670,161 670,161 00000000000000000009c40cc8d12a6f2fc6baaa13a316d25183877741f7a33c 1,527 1.00/1.00 vMB 150
670,160 670,160 00000000000000000004e1a2afe02d3b4b63a9b17107f671ddd1e92a30aef445 3,039 1.00/1.00 vMB 170
670,159 670,159 000000000000000000019fdbdda26a206366643a42a59829e80f0ecff2641a2b 1,320 1.00/1.00 vMB 158
670,158 670,158 0000000000000000000a93e00e875e8e19e136f1605170fbcec32745f72cc82d 3,211 1.00/1.00 vMB 127
670,157 670,157 000000000000000000034eed6dc96944d901a98f63b26017f553b73572037715 3,109 1.00/1.00 vMB 165
670,156 670,156 00000000000000000008ac3444a910ebda6e5d818cbd0bf50bf5f4d531826dc2 2,841 1.00/1.00 vMB 141
670,155 670,155 0000000000000000000a8a9506069fa686154208a5357d06f3f99dcd4e5d43db 2,504 1.00/1.00 vMB 128
670,154 670,154 00000000000000000000769794aab082201defdb90722a4c4662c956c7e7ddaa 2,931 1.00/1.00 vMB 171
670,153 670,153 00000000000000000000e21570cda97bd4bfe942487880de89ff38724299bdd1 2,964 1.00/1.00 vMB 148
Previous 10 blocks ↓
Total Size: 782.22 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: 654.76 GB
    • Received: 14.19 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.