Loading Tool

Explorer IconExplorer

Memory Pool

35,988 transactions
34.00 vMB
0.09461834 BTC
Random Selection Loading Transactions
Max Size: 165.06/200 MB

Candidate Block

Mining Attempt 42e00cf461744ec7d8b3a0fdb5b51144f62c58c0afbb536c070db1d7a42deb7a
Version 20000000
Previous Block 00000000000000000000541a218fa33c128bd54ce07f3bbff46be6b47fa185e7
Merkle Root 8ea22d066ffd79515d998f571d1e474ee34361f19e86509f80335a7eb78cbf5d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,550
Size: 1.00 vMB
Total Fees: 0.01987685 BTC
Feerates: 150.93 > 1.99 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,316 (904,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,818 9,818 000000008947233a63940abf57629522f5c9bce91fbe4e26f1dca3ade627173c 1 0.00/1.00 vMB 0
9,817 9,817 000000001cc02184e0e7d46bd04d36916b9193cc676bb0377f836e56dd354d23 1 0.00/1.00 vMB 0
9,816 9,816 000000004bdaff9104c05a421be7dcaff6d2a818711f11d20f73d8c55f3cd372 1 0.00/1.00 vMB 0
9,815 9,815 000000006d7551a9a291f139ee27688b182fa30a33fe62af9da5c589fca157e0 1 0.00/1.00 vMB 0
9,814 9,814 000000007fa0dae8be3bc397597f379bb57dd91e7f3b29836ff5dcb419864da6 1 0.00/1.00 vMB 0
9,813 9,813 000000003029b2eee62efef83bc52762336a51b0242077b44d322b782093f973 1 0.00/1.00 vMB 0
9,812 9,812 00000000f8e01ecbcf496ba1f1d365537f51633b37a6d7cb5cd37c458830804e 1 0.00/1.00 vMB 0
9,811 9,811 0000000071d2f3b1c050f917f1db7be528d79249170c2adc63b2986ac707ed31 1 0.00/1.00 vMB 0
9,810 9,810 00000000277fe7c8ed7c09df84178baebe06c01c6c364c79428e6c8e1923b4e8 1 0.00/1.00 vMB 0
9,809 9,809 00000000018003d284fc8a7fe5ee31f3c4b12b107714829b29ed57dccbdfbab7 1 0.00/1.00 vMB 0
9,808 9,808 00000000c21b72384593efd6850c5e1327c4f4cf1cebe56af3b870024c4e32a4 1 0.00/1.00 vMB 0
9,807 9,807 000000006065e9803f2d73435e142a84a6864a737649bbda0b775d21ad256c4a 1 0.00/1.00 vMB 0
9,806 9,806 000000001a1fbb7858bcb15973040942b8adf4cd182e41119d5fd7aa5f2cab64 1 0.00/1.00 vMB 0
9,805 9,805 00000000a327da808a225fe6f2d55f96287e402269c40347000e9307d571df85 1 0.00/1.00 vMB 0
9,804 9,804 000000008c750dd0b1098b16c76b16c8f86b3f013350bd580cb84cd60ea099f7 1 0.00/1.00 vMB 0
9,803 9,803 00000000199e509e7e2138f0d0b405d725e4b43aca45beb2278b52289d050ce8 1 0.00/1.00 vMB 0
9,802 9,802 000000002741cb4688dd9fa868f920a1f35e8145615c71b48ae8541ac400004c 1 0.00/1.00 vMB 0
9,801 9,801 000000001e46be0459127a37770c88d455485b00d3ea4a4b93dd76dca6055401 1 0.00/1.00 vMB 0
9,800 9,800 000000001eb7936cd07a1a9d2454468f93c0732bd12c2c19433e0510b6df71cc 1 0.00/1.00 vMB 0
9,799 9,799 000000009850880db11b7ec0c5f2394d70e1a4e0b345348439542a736fdab3d3 1 0.00/1.00 vMB 0
9,798 9,798 00000000f95a15ff1ac48141ad84830a491eaafe2b21a6c1985978951f5cc872 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.16 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 581.76 GB
    • Received: 9.22 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.