Loading Tool

Explorer IconExplorer

Memory Pool

35,210 transactions
19.20 vMB
0.05796294 BTC
Random Selection Loading Transactions
Max Size: 104.28/200 MB

Candidate Block

Mining Attempt b24ff7de7fb1fba9dd9ffa1b139aac80694fe11f40c9a08edccb0cf3e64253b3
Version 20000000
Previous Block 00000000000000000001c72b8557a4bf2dbba6285021f8570a92cd092c7d2f8e
Merkle Root 899dcd28fcce5f299e43a08c63efbeb36b5480430028e7074d83556d4e054feb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,866
Size: 1.00 vMB
Total Fees: 0.02082848 BTC
Feerates: 150.80 > 2.09 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,913 (551,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
362,725 362,725 00000000000000000cb485af9029721efd3b4536eb2485c1b906ac97c3d797d7 1,012 0.53/1.00 vMB 31
362,724 362,724 0000000000000000082e953983dc2380e1bef66c4ebee1fe061604c49a4646fe 393 0.19/1.00 vMB 22
362,723 362,723 000000000000000014b335165e9355857d8b0257b44371a4220bdb926255537e 1,272 0.55/1.00 vMB 35
362,722 362,722 000000000000000009d7eb1fc8d11e3f69242bfcf2cb47d38fbe5a4870b4a8ef 233 0.19/1.00 vMB 20
362,721 362,721 00000000000000000c3aeadcc66dc71a4edea25cd6c4775b884ca3317019d507 423 0.17/1.00 vMB 41
362,720 362,720 00000000000000000bd19ed1a1f18c85551acc7fe7a3026216d06ceba2d01cf9 836 0.48/1.00 vMB 26
362,719 362,719 00000000000000001137f1e5a135b4d10e979c429527895de6de1bd726c9226f 355 0.26/1.00 vMB 23
362,718 362,718 000000000000000009ca83fcbae6c3ccbb7ec91fd65ecf11ba01321ba52e7773 358 0.28/1.00 vMB 25
362,717 362,717 00000000000000000cf68c1ceb6c797eb8cc27f6615f5d3e8cfe29f79ef56175 470 0.29/1.00 vMB 27
362,716 362,716 00000000000000001162942b17e66b6d084b64be94312fef044921bbfb6a8267 1,086 0.60/1.00 vMB 29
362,715 362,715 000000000000000014150c0633e3cfcf727e6982c9a61795e1088a383d949cdd 35 0.02/1.00 vMB 30
362,714 362,714 0000000000000000133abc98e7890b5868345ea325f22eac08f81cadd30378dd 619 0.25/1.00 vMB 30
362,713 362,713 000000000000000005b7a2d0a052ca8bff4dd8fbcbf987ea9789b3c3dfb38808 1,592 0.75/1.00 vMB 34
362,712 362,712 00000000000000000890c7fd3127201d4f23cff7f4f98d6a2ec2c10be859db9f 151 0.21/1.00 vMB 13
362,711 362,711 0000000000000000040d063bb8834c8d2bdb8bb1fd809e851ec998781a1bb5d0 1,685 0.75/1.00 vMB 35
362,710 362,710 000000000000000004c2588ea5dda7997840bc50e4caef7124db4ef4cd306d62 1,112 0.55/1.00 vMB 31
362,709 362,709 00000000000000000b43af348cdffe2d1326f4771a428cef5c2046ae5f7d0582 178 0.12/1.00 vMB 20
362,708 362,708 000000000000000014ef2d548ae9e142f81dfe0369cb6e9a33961297824eafb0 566 0.32/1.00 vMB 28
362,707 362,707 0000000000000000033a235e973f9f16b8882c89cdd36e9e2d591d2f8b17bf92 326 0.16/1.00 vMB 32
362,706 362,706 000000000000000014f53a66db706ae5a4360a7442fc6bcd41e34c6f4d3aef03 596 0.30/1.00 vMB 29
362,705 362,705 0000000000000000012247bc8ba08ac72e3f3fb2a6c011e66445fd65b9043496 1,136 0.60/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 780.46 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: 527.63 GB
    • Received: 5.52 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.