Loading Tool

Explorer IconExplorer

Memory Pool

48,366 transactions
30.42 vMB
0.10368060 BTC
Random Selection Loading Transactions
Max Size: 162.11/200 MB

Candidate Block

Mining Attempt 2cae782681ac869990be4d92753b9f3c4d7b00fd3b6d3b40c4dc07f0ba24c529
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root a39962c3c8135f835dfebeebac27105b09d71a6ccec86f41a3b1ed6706ce3a28
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,151
Size: 1.00 vMB
Total Fees: 0.04088318 BTC
Feerates: 150.97 > 4.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (235,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
679,419 679,419 0000000000000000000581f387457868babb6b739a10c8109572ca70ec8a8138 1,943 1.00/1.00 vMB 66
679,418 679,418 00000000000000000006d410112d7309cf17d6b62abdd717bd67bff97f78d91f 1,791 1.00/1.00 vMB 24
679,417 679,417 00000000000000000005a0ad80e7e9bafa028ebe13a1f3f38e7f7caff5ea5b81 1,746 1.00/1.00 vMB 48
679,416 679,416 00000000000000000009c3b8cb9794e0dbc40331e0950cd628c9c83e24480d47 2,112 1.00/1.00 vMB 107
679,415 679,415 00000000000000000001a0db11f49bd2bfcc066061bd11abadb1564fcc8aa5db 1,525 1.00/1.00 vMB 36
679,414 679,414 00000000000000000000e36eb67b5dcdd681ac37f41bf030e2437c40e05c61e1 1,207 1.00/1.00 vMB 37
679,413 679,413 0000000000000000000b90f3cac79d6cbad4d04ed21b6c4117d3a4b25c77d16b 2,113 1.00/1.00 vMB 99
679,412 679,412 000000000000000000057628c1c406e4271b0142c8109e2836012cee903b9abd 2,185 1.00/1.00 vMB 62
679,411 679,411 0000000000000000000406738c34bdcbafaf13d3891ef49d94068c04f226fb93 2,396 1.00/1.00 vMB 86
679,410 679,410 0000000000000000000653ba021216efed4b78a5cde33dc3887bbf85a65d0b18 2,439 1.00/1.00 vMB 114
679,409 679,409 0000000000000000000a9c4e3b17858defac75404d3551f45e79875506cdd42d 2,449 1.00/1.00 vMB 101
679,408 679,408 000000000000000000028afc836b810626b2f7b43adc40edc942ab2a80716e39 1,327 1.00/1.00 vMB 101
679,407 679,407 00000000000000000004ca420b8bbf5dfcc4ea76a7eeb55d473fc3ce51abf09e 1,397 1.00/1.00 vMB 105
679,406 679,406 00000000000000000008e0933431eded754c45ccfa5793a5893fd3bcb2df502f 2,535 1.00/1.00 vMB 130
679,405 679,405 00000000000000000003d3152d56b8cfcd7962c1e6582cfa6190098d6ef3cd33 2,626 1.00/1.00 vMB 117
679,404 679,404 00000000000000000009878868d949629656c453c4caf5208676291f6fdc25c8 1,489 1.00/1.00 vMB 103
679,403 679,403 0000000000000000000299139732a52defaa9262c08fbb254f6367cf9e34a3dd 2,634 1.00/1.00 vMB 120
679,402 679,402 000000000000000000058975d2a743494fa71d02ed597a1102dfacaed723ce7b 1,274 1.00/1.00 vMB 112
679,401 679,401 00000000000000000002c18e2c1b8cf503828a2b385bf16cbbe7bf5b3f2c9a93 2,416 1.00/1.00 vMB 139
679,400 679,400 00000000000000000009051b34a053e25cbbfd86954d023f0e93a18fc1c8f237 2,330 1.00/1.00 vMB 87
679,399 679,399 000000000000000000016bcc647de8c7eed19f3336cdaf2042f49f0193550c51 2,401 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.13 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: 652.39 GB
    • Received: 13.76 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.