Loading Tool

Explorer IconExplorer

Memory Pool

45,104 transactions
22.64 vMB
0.06997875 BTC
Random Selection Loading Transactions
Max Size: 135.93/200 MB

Candidate Block

Mining Attempt a6491c7b3d5cadabbc857d9cfef546887d7bdc4eadfa055db9334f6d40b92c55
Version 20000000
Previous Block 00000000000000000000863a3e588ce6b881b1c5ef13296f6cec03c82b34089d
Merkle Root 1026756d3accd110816a81fff8e1b4d90b94617e8ff0aec9933f5e1371d317f1
Time (UTC) ( ago)
Target 00000000000000000001cdfb0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,862
Size: 1.00 vMB
Total Fees: 0.03332515 BTC
Feerates: 311.71 > 3.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 922,162 (155,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
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
Previous 10 blocks ↓
Total Size: 794.75 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: 1,806.33 GB
    • Received: 76.19 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.