Loading Tool

Explorer IconExplorer

Memory Pool

78,622 transactions
29.34 vMB
0.08399625 BTC
Random Selection Loading Transactions
Max Size: 177.32/200 MB

Candidate Block

Mining Attempt 8c0a18e54a021da36781949c5c10e897e08d2533c151662e706f60a120638c04
Version 20000000
Previous Block 00000000000000000001f4b559d37e6ff387f62c9e7280040ea352cb9648bf8c
Merkle Root 009bed272bd53cd5fb7eeb3b9b0f4c026a7fe67416792c9bf7fbf665ee8e39ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,608
Size: 1.00 vMB
Total Fees: 0.02222243 BTC
Feerates: 95.73 > 2.23 > 0.38 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,161 (807,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
108,006 108,006 000000000001a835a6bafdd833436cce624c2bd6a84aa77d9506ef4d6926e4c2 8 0.00/1.00 vMB 0
108,005 108,005 000000000000f4baa87695b2881658e9576d3e7d25e4663ea5bc12221d2b8c1b 12 0.00/1.00 vMB 352
108,004 108,004 000000000000519c27a117ed6c82bde15fed6e2a8cc4a40636e2a35b8bb0403b 6 0.01/1.00 vMB 0
108,003 108,003 00000000000165d80cf7d6fb65e1e48488875ca8fe8019ebd4ded61f8d2353e0 6 0.00/1.00 vMB 0
108,002 108,002 0000000000002044069d5bc489760b08ad04366162d66bf239f9b691c8ddd730 1 0.00/1.00 vMB 0
108,001 108,001 000000000001110a03b89e33a6c0d71f89319cc1215997406bbc74ed9a6b12f4 7 0.00/1.00 vMB 546
108,000 108,000 00000000000167cea0b43ff7ce22f330d3e302832187eb31c61b15bb1511e118 4 0.00/1.00 vMB 0
107,999 107,999 00000000000262099f5780977cfc857301c2604199652d2a4b2f2e55a295423b 12 0.00/1.00 vMB 713
107,998 107,998 000000000000bd4cdeb064ce43bcb76a95bf41fd1a9695d5c68109b122b030e6 11 0.00/1.00 vMB 0
107,997 107,997 00000000000166c04c8df65c34b8be418e7649ce8bb8e5aa3d550d0b35445f40 11 0.00/1.00 vMB 0
107,996 107,996 000000000000e3ebf67f20dc2b1ac5b367138c886c3f441a4e2a32b74995e613 11 0.00/1.00 vMB 0
107,995 107,995 000000000000989a1d2b6d80c23ab4817a81108b6a110502e835108dbe045ac0 11 0.00/1.00 vMB 0
107,994 107,994 00000000000043c6cdca59c253740d0c217e76ce13d785bebd5e41b1cfbc8a0b 12 0.00/1.00 vMB 0
107,993 107,993 0000000000017da0a3dbe44e0cfa842f6f4a5686187618e49013932c59aa6e04 37 0.01/1.00 vMB 0
107,992 107,992 0000000000017b2ae6a08282b78f0509ad82f070458ae641a74f0171004e9197 1 0.00/1.00 vMB 0
107,991 107,991 000000000001f1ea8cf7c5287bfbf90728d6de8889e685d6f4106759130c4a5b 1 0.00/1.00 vMB 0
107,990 107,990 000000000002635c6a81c6f36c3f59130507318bf4d2b37b61410f8e8cd127a5 4 0.00/1.00 vMB 0
107,989 107,989 000000000001ccc11a4993b230d500ad60d8a0191045c4939a2b300b0a1bf4b0 2 0.00/1.00 vMB 0
107,988 107,988 0000000000009cbc2a2ca7c78029e01d387f8d4c09f0c5549b64c63555dd90b5 1 0.00/1.00 vMB 0
107,987 107,987 0000000000016144c4910693493eed8eeebaf8c8d80ec69b1918aaa947344683 2 0.00/1.00 vMB 0
107,986 107,986 000000000002718aef814f80808067017d048e309f827920cc3cc37c0320692b 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 674.89 GB
    • Received: 16.43 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.