Loading Tool

Explorer IconExplorer

Memory Pool

24,429 transactions
17.65 vMB
0.03008344 BTC
Random Selection Loading Transactions
Max Size: 95.00/200 MB

Candidate Block

Mining Attempt 855b8686148cf774ba14dec5c555b14373a4ed9dfdf658d6ff7f66ab98391a9a
Version 20000000
Previous Block 000000000000000000014bb16f2b3c6a1ee09a5ff905659287ff935a7cb86e46
Merkle Root cc92aca349dc33b105a7bf0019f368c9bdb76d8ef0c503f330b2734a59f97cb5
Time (UTC) ( ago)
Target 000000000000000000021a910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,608
Size: 1.00 vMB
Total Fees: 0.01119026 BTC
Feerates: 100.39 > 1.12 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,641 (174,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
767,041 767,041 00000000000000000006b4f9012423b67dd08c2655352f29196d6197e38ce6c6 2,429 1.00/1.00 vMB 7
767,040 767,040 00000000000000000000fd9b5adbff20297af0a328ba6e89939d2491384a0a33 2,450 1.00/1.00 vMB 12
767,039 767,039 00000000000000000003c6a87f95ce8e3e3f65d6d55798403a1f7dfaf1da478f 2,231 1.00/1.00 vMB 15
767,038 767,038 0000000000000000000237c2f124061d3ec0dd0c423116138b993f96053d4502 1,920 1.00/1.00 vMB 6
767,037 767,037 000000000000000000068e374202096cab3784349f47ffb719660a19c2099326 2,532 1.00/1.00 vMB 4
767,036 767,036 0000000000000000000740805246d91d6ddc19869fe5860795c9d708b727ee51 2,861 1.00/1.00 vMB 18
767,035 767,035 000000000000000000048e48bc525de2006f1b1c51cff6ce44906f5794f2c48f 2,577 1.00/1.00 vMB 6
767,034 767,034 00000000000000000008188a2ad533510d7bb0a8e78fde0dc6c53c7dcf34c502 2,381 1.00/1.00 vMB 5
767,033 767,033 00000000000000000004490eae95c13b33bf76f7fe50dc24ce3b68c96995dca0 2,378 1.00/1.00 vMB 19
767,032 767,032 000000000000000000074116e1d9d0712584ddf60db717206e7e5ada998d8f6d 1,345 1.00/1.00 vMB 6
767,031 767,031 0000000000000000000337d7bba830c7683dc1bd668a7d9b171ae0dbbbed7d2c 1,576 1.00/1.00 vMB 4
767,030 767,030 000000000000000000054adc33837fb43ffd5409714b5d8756a57f06fa044284 2,242 1.00/1.00 vMB 16
767,029 767,029 00000000000000000002adf46e2e636322ef079e21240a703f2e165688db4cf9 1,092 1.00/1.00 vMB 7
767,028 767,028 0000000000000000000162f7aa9f2b359b9627092b83b16516b2c3ec5970a1a2 2,192 1.00/1.00 vMB 12
767,027 767,027 00000000000000000007ef80aec9b7e1ad5a0252cfdb725dd22f4eaffd4094e5 273 0.15/1.00 vMB 7
767,026 767,026 00000000000000000005ec56b9f124b7b4b7b78d0464f0a1478a671ab796383d 1,190 0.51/1.00 vMB 7
767,025 767,025 0000000000000000000240acc758e61f86ba7574b3e12b63f7bf5f6c7fa74ec2 1,314 0.90/1.00 vMB 6
767,024 767,024 0000000000000000000738e0e6ad7143966b618f8e0fa7c775cbc80603debcb6 2,279 1.00/1.00 vMB 10
767,023 767,023 00000000000000000006e5845a47ad60531153dec30b52ca1448a4eb1657ee3f 1,364 0.65/1.00 vMB 7
767,022 767,022 000000000000000000003e421a05941912bae73eb15b9d6e88fbd20b711fe928 2,476 1.00/1.00 vMB 9
767,021 767,021 00000000000000000003d8c2ee1272bddc2b78ea097157d9f7af177e461ac8c7 34 0.01/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 829.70 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: 4,666.35 GB
    • Received: 253.36 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.