Loading Tool

Explorer IconExplorer

Memory Pool

85,220 transactions
23.85 vMB
0.07677075 BTC
Random Selection Loading Transactions
Max Size: 158.23/200 MB

Candidate Block

Mining Attempt 40d2f8e67298b2a1e3fa096ecc3ad42dd803c36c29355f895bfe3f78cf32ee00
Version 20000000
Previous Block 00000000000000000000c40d2812dd0c6aa412ffd573b3e751c192c7e4839138
Merkle Root e883aaddbd7e3a2afad414b9f701cb6db828d66cc8866fad5ffb57ffa485d4f8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,990
Size: 1.00 vMB
Total Fees: 0.01821647 BTC
Feerates: 178.73 > 1.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,833 (791,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
124,279 124,279 0000000000001e3850e2360598ebe9f791c3ae8020ca43bb15f95cb697db3c5a 14 0.01/1.00 vMB 537
124,278 124,278 00000000000030713acdf1606875badb1e0c86be22756c5fe4c59a8c61e28113 49 0.02/1.00 vMB 2,451
124,277 124,277 00000000000048fd1327cf62d3501902a5a8ad19c6c8b446fd3bb4141f153573 7 0.00/1.00 vMB 350
124,276 124,276 0000000000004939267ff84df0de0b88a7104b0b206e29a4318b3ea5ba6030d6 9 0.00/1.00 vMB 0
124,275 124,275 000000000000590e30545b2770d5e30e6c79bc20370d34d50b4b1a4760a851b7 8 0.00/1.00 vMB 0
124,274 124,274 00000000000061c9937dfa3f65a9b9db4b1eb8c063f12f4bcc1bf4d709280104 64 0.02/1.00 vMB 1,621
124,273 124,273 00000000000010a809afff82f20a38dda348eb1104b602570fe5c2d836883388 9 0.00/1.00 vMB 0
124,272 124,272 0000000000005024aeb5d3d834742a841f88631bfcd616d459c964690d5282d1 8 0.00/1.00 vMB 849
124,271 124,271 00000000000004f8ac15ba5c43b7b7bf7e319d0105447ada5714c69000042861 10 0.00/1.00 vMB 312
124,270 124,270 000000000000310c2f17c9c50ad9de4d503453d2a2db5ba84cdc4aae4dba8b42 10 0.00/1.00 vMB 0
124,269 124,269 00000000000069cd43528f602e75fd2ac62b1605c1a99f0843d2f9d5515783aa 16 0.01/1.00 vMB 0
124,268 124,268 0000000000002c65b4bfd57bbaca9d7bc4b263a6457e24166686689bf74164c8 19 0.01/1.00 vMB 872
124,267 124,267 0000000000005fd4c89136fd2c56ba7fa9b69897f1aef5a0cb9355ee0a9e8c94 7 0.01/1.00 vMB 561
124,266 124,266 0000000000003dbafa3089f7346c84197bc3dd552c1e592ddb389e22ad53125e 13 0.00/1.00 vMB 0
124,265 124,265 0000000000000311cf9459f55c3991ae4c51f01861a45872e4b19a92ea8444b9 17 0.00/1.00 vMB 217
124,264 124,264 00000000000037b6f07b0e5f6cd97d94cfcfaaca4b35f2eda3962a242a3a2fc9 9 0.00/1.00 vMB 2,307
124,263 124,263 00000000000011a3f52194f793862d25d5546de26b1a61355b08c463c48868e7 19 0.01/1.00 vMB 447
124,262 124,262 000000000000585c9b120a10863146babf1de0a3943e25fb2de4077e5e3ba94c 8 0.00/1.00 vMB 758
124,261 124,261 000000000000402082ff17fc45ef5faefc8135ba1b139d0faa0941bd5346eb73 15 0.01/1.00 vMB 934
124,260 124,260 00000000000025c9b57340a0bda1f5b978e350bf2f017ebaccb03f14eaaa574e 13 0.01/1.00 vMB 764
124,259 124,259 000000000000531c9c6ff5a06c911d7821cf7276b6cb4667e91c2e59fc3cd0c3 18 0.01/1.00 vMB 2,036
Previous 10 blocks ↓
Total Size: 783.81 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 791.69 GB
    • Received: 21.82 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.