Loading Tool

Explorer IconExplorer

Memory Pool

82,364 transactions
22.58 vMB
0.06779590 BTC
Random Selection Loading Transactions
Max Size: 150.13/200 MB

Candidate Block

Mining Attempt 56051099963ffb11cb3b046fae9a97d6b4e6d5f25d6105dd87eced3c9469f0e9
Version 20000000
Previous Block 0000000000000000000174cdd600c1c2f976b044b70bf601b62b9fe605229d16
Merkle Root 4bee5e54d93a4b502859f446e5a34fb006e45a45c924576a3cc5f3864591a9c9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,797
Size: 1.00 vMB
Total Fees: 0.01573037 BTC
Feerates: 73.61 > 1.58 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,133 (884,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
31,268 31,268 00000000ff55cc32c97c4cca695a9ffe92bd12ab824fe3ab032c98cfb056d88b 1 0.00/1.00 vMB 0
31,267 31,267 000000000fb8e84d22b58d8f3f4ff54bd5a939b55d115abacb3458e550b38271 1 0.00/1.00 vMB 0
31,266 31,266 000000001223b77220144728b5c16732559744bbcdf35e56bda0586217da77b5 1 0.00/1.00 vMB 0
31,265 31,265 0000000061703159e1ce3f9e755ca3548c3eec3a8987b5ce415c138eca37133a 1 0.00/1.00 vMB 0
31,264 31,264 00000000f3f9571a6f49d40cbd58c088f9638fc37876ab015500e53ce2046d6d 1 0.00/1.00 vMB 0
31,263 31,263 00000000b645feecd7ad3eecc7f49cdb8b64bea93e24b6758d97cedcfb238a11 1 0.00/1.00 vMB 0
31,262 31,262 000000007e5d13e3f7ecb621909166544473f9990503404363920e1990bbb2f0 1 0.00/1.00 vMB 0
31,261 31,261 00000000b60efb89117dcfc2962f5cf356508af1be46dec78f118789949c5a6d 1 0.00/1.00 vMB 0
31,260 31,260 000000007da125fdbaeb5c1dc1afc5f1387c62150c624a45708ea73c9c24a6bd 1 0.00/1.00 vMB 0
31,259 31,259 0000000030c33024a216374065573d428696633a8fc9b9c39423fed4cc6974b5 1 0.00/1.00 vMB 0
31,258 31,258 0000000044cb6c6fa8bec81d00173f195f2c9caeb64df034f23a5ebc531bdeb2 1 0.00/1.00 vMB 0
31,257 31,257 000000000f219c2bbf2b54d20b5da0d5f619b457f0636370bca32f62291c39fd 1 0.00/1.00 vMB 0
31,256 31,256 000000005695dedf5bd3e1a068fb68a03bd487e58e0589d6f68f7e86f722e46e 1 0.00/1.00 vMB 0
31,255 31,255 00000000f6ef4734327f4c16edc6d1bab85547c69902a8038e9925f717902f38 1 0.00/1.00 vMB 0
31,254 31,254 000000004fe28ae923b3e8f73f7008f4859eba4a77551a9e5aaa26ff59192845 1 0.00/1.00 vMB 0
31,253 31,253 000000008d1f8a6aa2a16c7ea3e67da545b63d4a3f664a3dd5666fd178c604e6 1 0.00/1.00 vMB 0
31,252 31,252 000000007744b3a2c4adf72eb84cc805173b0ba37402eb0cea57a3d8d533d88a 1 0.00/1.00 vMB 0
31,251 31,251 000000006ee8407005971a0d142500cc1c760fd95ae90b06ffd26be77ab94160 1 0.00/1.00 vMB 0
31,250 31,250 00000000558b98390b94c511c4c5bd859738548debf1afbd5e81c053fdcd667b 1 0.00/1.00 vMB 0
31,249 31,249 00000000942e34e4ca71f1b950af07341e55a17bf50e2368b35f6ef0fb9c0b8e 1 0.00/1.00 vMB 0
31,248 31,248 000000005be93a85662a12af42fba446cb489a0f656806838764cf7ef20ac447 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.35 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: 817.86 GB
    • Received: 24.42 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.