Loading Tool

Explorer IconExplorer

Memory Pool

50,568 transactions
30.30 vMB
0.12681056 BTC
Random Selection Loading Transactions
Max Size: 162.30/200 MB

Candidate Block

Mining Attempt fc53c156a56f27d618c234cd845e3c85880435c30d56facfe6eba6829997f342
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 28566c18f444331408c76c342d74d909c4c9db33c050b2a3b489e6c52c43c1bd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,917
Size: 1.00 vMB
Total Fees: 0.05374348 BTC
Feerates: 150.75 > 5.39 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (114,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
800,769 800,769 0000000000000000000389bb284de72fa12d53094c45c0ea0287d35dfb7d0a2d 1,666 1.00/1.00 vMB 14
800,768 800,768 000000000000000000016e9a84037dee55af7e30dff6b0c023b7a54190a78589 4,305 1.00/1.00 vMB 8
800,767 800,767 00000000000000000003c27c08ca4a43e0657284b3c6353feac23babf16a4ffb 3,035 1.00/1.00 vMB 8
800,766 800,766 000000000000000000004022668c1e02a1ff3395cd8faf942a475c123f9513f6 1,448 1.00/1.00 vMB 9
800,765 800,765 00000000000000000003a26e51c05e5219bd887bd70610c85188c0f9357e06c4 1,407 1.00/1.00 vMB 8
800,764 800,764 00000000000000000002f812f2fd422a9e16893fe94b514720cb14448dc17acb 2,063 1.00/1.00 vMB 9
800,763 800,763 000000000000000000028a68cb0c6ad6327cc776701229405180cd79cdd0048d 2,789 1.00/1.00 vMB 13
800,762 800,762 00000000000000000000e22c3704148dad157edfc4c10769dbc4a3fc2fa9c012 2,801 1.00/1.00 vMB 15
800,761 800,761 000000000000000000040b68c07f3ec54869ccbc195f821aa14c31d471788362 3,783 1.00/1.00 vMB 19
800,760 800,760 00000000000000000001f0ba4a2b66cb76fadba924210eb3dca553b17fadbe4b 3,204 1.00/1.00 vMB 22
800,759 800,759 0000000000000000000194f4c88f5911d4356cb4dfbb5533d77e0bfe41496a74 3,738 1.00/1.00 vMB 8
800,758 800,758 000000000000000000028f5330c317e77c1203c56b5d292a4a49729e61a1e6fb 3,376 1.00/1.00 vMB 12
800,757 800,757 0000000000000000000037884d634bf9652ab14bd7333a2fe34331bb831959f5 5,202 1.00/1.00 vMB 8
800,756 800,756 000000000000000000047e040aa06d29b5a4f5014ba316458e911a5f4359c8f6 3,586 1.00/1.00 vMB 12
800,755 800,755 0000000000000000000020d66fdf33ec12aad7fb1588997c02d0060e8ea1c52c 3,683 1.00/1.00 vMB 13
800,754 800,754 000000000000000000014d8b5bf000133b3d89da30e80da9244d893eafbb3d4c 6,064 1.00/1.00 vMB 6
800,753 800,753 00000000000000000001354d046a600c3a51815890d26ec9b530d4eef3b0f7e5 5,912 1.00/1.00 vMB 7
800,752 800,752 000000000000000000036c4318b47691777ab85bb39c82ed1b5fc2ed01f79a57 4,970 1.00/1.00 vMB 8
800,751 800,751 0000000000000000000522b7d41a6ca31f50a06414b040a1075bd59c2feef2a1 4,015 1.00/1.00 vMB 8
800,750 800,750 000000000000000000016304b7e1e4ff9f1a9761214061b32c71beb6e8ca8b45 4,895 1.00/1.00 vMB 7
800,749 800,749 00000000000000000000732ff6511d4941614842f4c601756fcdea5e2c2eb9ca 3,665 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.06 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: 651.10 GB
    • Received: 13.40 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.