Loading Tool

Explorer IconExplorer

Memory Pool

71,992 transactions
26.55 vMB
0.05923874 BTC
Random Selection Loading Transactions
Max Size: 161.83/200 MB

Candidate Block

Mining Attempt ae4b9eba9761706f461fb1987cda416e2941a6862a36ad6e5091f469f4b37e53
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root f779dc8ff3fd6128491ee0670bc5bce5cf8efbd7559d53322dc3e0343a15ab79
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,609
Size: 1.00 vMB
Total Fees: 0.00323695 BTC
Feerates: 40.21 > 0.32 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (534,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
380,798 380,798 00000000000000000e0bc36357211c6e3bfc0c07c96bcacb0d8b5d1b6d1c10c0 2,419 0.95/1.00 vMB 52
380,797 380,797 000000000000000008a948296229099e4d14a8a08dd2f8aac8a802db3532cd38 189 0.12/1.00 vMB 24
380,796 380,796 000000000000000008abd9c5784e400d630429bc5ad2543c6fe34dc3cfffa6fe 1,453 0.72/1.00 vMB 38
380,795 380,795 000000000000000011b4f14f2bb019a841c16a7ba373b71b2e51388116e436dd 1,017 0.46/1.00 vMB 45
380,794 380,794 00000000000000000f24d8dc67b7594d19c1c3e19914cc70b7e8babe7811e3be 1,035 0.45/1.00 vMB 39
380,793 380,793 00000000000000000a0cdf8132427bf5ad3a63a51210d650e2f790944fd4de0e 1,328 0.86/1.00 vMB 32
380,792 380,792 000000000000000008a47ca951583dc14be96e43fd3757f76393946f28d3f124 2,551 0.95/1.00 vMB 47
380,791 380,791 00000000000000001072357101297b4395473a665eee47cd943987cd803c64c9 1 0.00/1.00 vMB 0
380,790 380,790 00000000000000000b706c40edf844b7f2751c9ce2de9cec6d04c4d17191eb1e 436 0.20/1.00 vMB 43
380,789 380,789 000000000000000002cbbcb7e0e19667999705e8a738d1b32262bfea1a345612 670 0.31/1.00 vMB 38
380,788 380,788 000000000000000001afa60bee6fd92e449972a25ab8b54c94c6406141be0580 953 0.64/1.00 vMB 23
380,787 380,787 00000000000000000b0ba0cdf57d8790bfff939735eadc859943253ee71ba7d0 1,523 0.75/1.00 vMB 35
380,786 380,786 0000000000000000039f773a440b999226ca9eb32b05dab97db127b1d2310bb9 2,314 1.00/1.00 vMB 38
380,785 380,785 00000000000000000eba87a2b82c1ae5a100e43b4c6d5232099e974204acb701 2,064 0.93/1.00 vMB 55
380,784 380,784 0000000000000000088498962857a764c24cabe0ad354d6d859e8e702bddf88f 1,307 0.75/1.00 vMB 28
380,783 380,783 000000000000000007d0228471a79bfa8002af19f50e570bfb8019138ea7a985 2,771 0.95/1.00 vMB 57
380,782 380,782 00000000000000000ac08b3ff9a4ca3c97cba422a1abadf122a00e098febd639 232 1.00/1.00 vMB 3
380,781 380,781 0000000000000000092fdf6ef164fedea2f8cd3ba1e0fc9cb78882ed4123a0bd 1,185 1.00/1.00 vMB 22
380,780 380,780 00000000000000000e55923ec4829433137575edbfb510d415eda88ec737b1a4 860 0.47/1.00 vMB 35
380,779 380,779 00000000000000000049a488c36900414a051c84f0f3e898c2fbd5dd5a4a86e0 50 0.04/1.00 vMB 12
380,778 380,778 00000000000000000e17c02aac768b5bd6a4e89f48363b189c2abed130b3d2b6 1,501 0.71/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.95 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: 715.11 GB
    • Received: 17.65 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.