Loading Tool

Explorer IconExplorer

Memory Pool

38,965 transactions
26.27 vMB
0.05518525 BTC
Random Selection Loading Transactions
Max Size: 136.56/200 MB

Candidate Block

Mining Attempt 3f599d452ec1a117c38668913f30eec2be61aeeb0708f510912b99a9e1d50ff6
Version 20000000
Previous Block 00000000000000000001b7674223024d82c52e523316ed94cc86a2e4e969203f
Merkle Root e1cdcb4c9d498a7d15856fa9260f475d7231dc3b403963124d1531645d9c10c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,709
Size: 1.00 vMB
Total Fees: 0.00705998 BTC
Feerates: 77.76 > 0.71 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,867 (269,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
645,227 645,227 0000000000000000000fb39996cdb969df5fed3c4fa5eb84e4a010956caa745d 2,818 1.00/1.00 vMB 59
645,226 645,226 0000000000000000000976ccbe2ca16956fb403f9448bb8e53f6e5b9f56d255b 2,510 1.00/1.00 vMB 55
645,225 645,225 00000000000000000007284fc985269334576ca4aeb7e7844b7fc97ec1ca8cf5 2,376 1.00/1.00 vMB 62
645,224 645,224 0000000000000000000ca28d8b079630f39471123ee8149227b491370e62197c 1,779 1.00/1.00 vMB 34
645,223 645,223 000000000000000000035e994fc11188b9f248738aa9f625975a01edcb8f182c 1,313 1.00/1.00 vMB 9
645,222 645,222 000000000000000000021c94de02e56d4d8148b48047a505308ad7ff8ab881ec 2,204 1.00/1.00 vMB 31
645,221 645,221 00000000000000000002a87e21c8cb4666ac2ee19567016df9ae4ffb0c4df482 2,296 1.00/1.00 vMB 16
645,220 645,220 0000000000000000000f2db1436c709f6458215788ba0c00c6594a055ef0fc2a 2,722 1.00/1.00 vMB 31
645,219 645,219 00000000000000000002da9f36854d7f0e93bdee38931f8dc842736de2d67376 2,776 1.00/1.00 vMB 28
645,218 645,218 00000000000000000000089f055d1fddeab7eceafdf5aedf72e86a81d4ad909d 2,782 1.00/1.00 vMB 74
645,217 645,217 0000000000000000000fad48d931238d19fec035627a5519c95d55246e1f1b54 2,511 1.00/1.00 vMB 47
645,216 645,216 0000000000000000000b7993561fa1a375a82b6af71c172edd8738988ebb95a0 2,089 1.00/1.00 vMB 97
645,215 645,215 00000000000000000001230872b26016457df88d7926e90f5b946d45c42d0138 2,807 1.00/1.00 vMB 73
645,214 645,214 00000000000000000005efe308c10cae4992939ae1678377d5a71e979e6d0a5f 2,374 1.00/1.00 vMB 51
645,213 645,213 0000000000000000000c28f0897f21e99d5871ef8a1dfb17364178a13786b826 2,873 1.00/1.00 vMB 92
645,212 645,212 0000000000000000000b11000dbcc71aa2d8501e4f2d55dee0d4f48308d6c35b 2,466 1.00/1.00 vMB 62
645,211 645,211 00000000000000000003e8675d5679f7876737121095a95dd7e7230edb12e970 2,024 1.00/1.00 vMB 12
645,210 645,210 0000000000000000000bb27cb36e7e0b95194bc64590bb10f749499caa3d5318 2,053 1.00/1.00 vMB 13
645,209 645,209 00000000000000000001b49170da0c1cce1969a41e954ff1e613d235649b2427 2,389 1.00/1.00 vMB 31
645,208 645,208 0000000000000000000505d3baf7905a1d526f368d14f4fd3f84502116bbb335 1,736 1.00/1.00 vMB 24
645,207 645,207 00000000000000000004d1db8eff7c97c53406a5b1d0760b671f1bf27738c8e9 1,655 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.15 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: 653.14 GB
    • Received: 13.83 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.