Loading Tool

Explorer IconExplorer

Memory Pool

81,931 transactions
29.81 vMB
0.06393082 BTC
Random Selection Loading Transactions
Max Size: 180.83/200 MB

Candidate Block

Mining Attempt 9bf41a9b442a74772bcb806f7d200c0ad66a8a93686c8b7db4804161ca17aa1e
Version 20000000
Previous Block 0000000000000000000148141c8e072118c303566a26aeaa1fbb69733bc2c6ef
Merkle Root e4a9f92d9f3a39d1a67698d065e7f3445a780359a83d4555813b8772301c2177
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,836
Size: 1.00 vMB
Total Fees: 0.00305788 BTC
Feerates: 14.26 > 0.31 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,960 (870,081 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
44,879 44,879 000000003444eae8c38ac31a85da68d63229f56c4085392018824f69639ef16c 1 0.00/1.00 vMB 0
44,878 44,878 000000000ff7dcd44c3444b540faddd06000c6b4423c32dc47c68da42ced5c6b 1 0.00/1.00 vMB 0
44,877 44,877 00000000165c4b12596595abc52fffd8fe1690476cf7dc226a12056707d902ed 1 0.00/1.00 vMB 0
44,876 44,876 000000000f30b733425301f339508e9d43b6bab71fead03dfdf16a2c11140c7b 1 0.00/1.00 vMB 0
44,875 44,875 0000000026728fb6ad343ff5f819b5de5579df19131b76d30318bfd7148a1edb 1 0.00/1.00 vMB 0
44,874 44,874 000000002ea78f2b71156261498a55e219e8495d69bd3aae62d812a0c29d2490 1 0.00/1.00 vMB 0
44,873 44,873 000000001d9379151a2fa32b8c6b069e97399dd9873753f34daa8416045e71cc 1 0.00/1.00 vMB 0
44,872 44,872 0000000009c7f7d82ed2e72691d462feb3905be6319efdada9fd3e6684070c23 1 0.00/1.00 vMB 0
44,871 44,871 00000000305c91447a1eae02191e7b5cbad9c1642fff725567f276e0fe3900dd 1 0.00/1.00 vMB 0
44,870 44,870 0000000003153fdc20b7ba9da4ea2bef7b1e071a79972d83bf16fb09f595a6ca 1 0.00/1.00 vMB 0
44,869 44,869 000000001a805eff766788eb870b5744f95ff5f28d49467972eaf5025f3b4797 1 0.00/1.00 vMB 0
44,868 44,868 00000000331cbd04ee4344a403fe6b635877d46f4164be7390f19aa6bfe9f622 1 0.00/1.00 vMB 0
44,867 44,867 000000000f19bf21c8355912bf66b2c35d9a6d8c5c6ec59875426bafcdcc6ba7 1 0.00/1.00 vMB 0
44,866 44,866 0000000002aab39a09c4efc2deb8dde775c1b6da28768e4d5fc026af38814321 1 0.00/1.00 vMB 0
44,865 44,865 0000000032bd7e9f7a63086e8b3d9ad77ba754641a0235f30d69185563a805e1 1 0.00/1.00 vMB 0
44,864 44,864 00000000015024754a3459b352e0b3b05b52afe8231cd0014f8046af698322e8 1 0.00/1.00 vMB 0
44,863 44,863 0000000014121f6de07d7dbe4194c861ce1edc3642f98ab8d2b5e10e9134a100 1 0.00/1.00 vMB 0
44,862 44,862 000000002a2e4391df67fbd5015911c4183e15e6b5101b8b0381f3c5c6120d89 1 0.00/1.00 vMB 0
44,861 44,861 0000000019a72c5f8d351bec530364a20eb95fc9b89f1981ab51f268df1d3990 1 0.00/1.00 vMB 0
44,860 44,860 000000001d3a40164d75ad828fb604cae999e2b5d499a485fc90102df42bc20c 1 0.00/1.00 vMB 0
44,859 44,859 0000000032e6fbc19e660e47c259578abef982e91796d7f2714ec84ad36ec6e7 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.32 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: 660.27 GB
    • Received: 14.66 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.