Loading Tool

Explorer IconExplorer

Memory Pool

44,425 transactions
27.33 vMB
0.09336104 BTC
Random Selection Loading Transactions
Max Size: 144.35/200 MB

Candidate Block

Mining Attempt 6a0cd5fd0a55b96310ea6d57c855bf00e8c41ed9acb79e689f6dbddb47a8a3e4
Version 20000000
Previous Block 0000000000000000000182fc7e3276e0ca1f0b423f92087ce28c2892578cee65
Merkle Root 318efb743748483dc0542b0e7fe12fb726c3c1a878afcdbaa21bb6b1d4e61a81
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,906
Size: 1.00 vMB
Total Fees: 0.04227213 BTC
Feerates: 101.65 > 4.24 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,917 (147,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
767,020 767,020 00000000000000000005f8eb7f09a00beecc2eea5faf5def2edcdbadd28a323a 1,020 0.47/1.00 vMB 16
767,019 767,019 000000000000000000068a53c3203aa6c2e44ec90aa5227d228c8fb9a81d3f2f 1,067 0.59/1.00 vMB 6
767,018 767,018 00000000000000000000732a88a741cc4f0c64d7b50132549bb3802678687240 559 0.16/1.00 vMB 11
767,017 767,017 00000000000000000003c75f0dbc7ebcc52fe7f6cd1f44c834529bcb8e899538 983 0.87/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.24 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: 655.15 GB
    • Received: 14.27 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.