Loading Tool

Explorer IconExplorer

Memory Pool

51,320 transactions
30.94 vMB
0.16018446 BTC
Random Selection Loading Transactions
Max Size: 165.84/200 MB

Candidate Block

Mining Attempt 13e59a016cc63d7d8340e88d1386adae9d7e3280df8112e1f7a1ee79e2d2dc20
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root faa7ec7961a547cd44ab083c97cfc3e3b422980cb83becf3aac4ff93699a3591
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,923
Size: 1.00 vMB
Total Fees: 0.08381815 BTC
Feerates: 200.91 > 8.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (290,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
624,740 624,740 0000000000000000000c92ae89db22b5ac6dd23b367fe4b0578510c5b0d2b1b2 1,982 1.00/1.00 vMB 13
624,739 624,739 0000000000000000000c9d2b6692ae45e5f784eecd3a4d6444a35137ba284fd6 2,442 1.00/1.00 vMB 18
624,738 624,738 00000000000000000004a16bed7b92d8ed6d6c7f286b4cd43b63c5e34710b29b 2,491 1.00/1.00 vMB 17
624,737 624,737 0000000000000000000514bb080c6852dbc3e278bbb70f73e1fb5b21e93462a6 1,448 1.00/1.00 vMB 15
624,736 624,736 00000000000000000004b840eb9468899bf1648fb2ebc6aa99bc251b6bc089a0 1,913 1.00/1.00 vMB 13
624,735 624,735 0000000000000000000ccb7948e64342992ff59a7f5a41107e9529e5044c2da1 3,156 1.00/1.00 vMB 29
624,734 624,734 0000000000000000000574e9c2bc83e1d9f55ba20102976740e3cb9449064a89 2,627 1.00/1.00 vMB 14
624,733 624,733 00000000000000000001474c2c9d218434ff306510b712f7b8cff1c083248dff 2,453 1.00/1.00 vMB 21
624,732 624,732 00000000000000000002868676c0695e11a6f10ffb36ed8211d890ec7780e104 2,853 1.00/1.00 vMB 21
624,731 624,731 000000000000000000110e75fa63fbce29ddec72a51a5c490019b17624a80011 2,918 1.00/1.00 vMB 23
624,730 624,730 00000000000000000007db1c47d92a273f3431ba5d6066e8b30dffba49574a99 1,590 1.00/1.00 vMB 18
624,729 624,729 00000000000000000003ef46121036f8cd837fe37fec45b57fca7cdafba973c6 1,184 1.00/1.00 vMB 12
624,728 624,728 0000000000000000000ff65f2685dde486e2156c6be68a6056abcb4d7ad039f4 1,587 1.00/1.00 vMB 9
624,727 624,727 000000000000000000124075bad17155ca3f2c1cd6d73163cdf00e49e8b73dce 3,080 1.00/1.00 vMB 14
624,726 624,726 0000000000000000000dfff6f34101c79d5d41b402f3fb5a1a2935bfc607c9ca 2,954 1.00/1.00 vMB 16
624,725 624,725 0000000000000000001200c7a514ca2b7471a95ebc7b0b92b97cfcd11bf18565 2,441 1.00/1.00 vMB 23
624,724 624,724 00000000000000000001e8a93fd1c3bb414cf7e1e0f88096b9faba5340634938 2,430 1.00/1.00 vMB 29
624,723 624,723 000000000000000000007a3fa92d015d21bbd68c56cd0c10faa1d655f40a5712 1,731 1.00/1.00 vMB 19
624,722 624,722 0000000000000000000ccc0518391d539caff87b2a904e96c00c2546168ffa15 2,689 1.00/1.00 vMB 21
624,721 624,721 000000000000000000037e79b158ae98517c6d0b42e8eb07ed84c99e46725401 2,640 1.00/1.00 vMB 18
624,720 624,720 0000000000000000000e98bb56356de8a19754bc64248724ff236dd482824c23 2,681 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.08 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.31 GB
    • Received: 13.53 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.