Loading Tool

Explorer IconExplorer

Memory Pool

80,769 transactions
30.16 vMB
0.12269821 BTC
Random Selection Loading Transactions
Max Size: 180.91/200 MB

Candidate Block

Mining Attempt 3b6c08ea70bbd55f6afbb0db259c275e91ebd9830e2875393a92622c722fbc8f
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 80091e3256741fb17e5aaa577820feeb12616b3f50f499c568abcd351ca418f3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,474
Size: 1.00 vMB
Total Fees: 0.06094454 BTC
Feerates: 180.34 > 6.11 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (215,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
699,494 699,494 0000000000000000000aa9f31dce3fe04135cabc44439232ae5311f3bd4d5e04 2,289 1.00/1.00 vMB 26
699,493 699,493 000000000000000000062194d5b34712bdc64a78c794ac9b4eabbacd5d5a3afd 1,141 1.00/1.00 vMB 10
699,492 699,492 0000000000000000000f0b6947e2270411890ee9b2438f9324aee8eb491f4370 1,745 1.00/1.00 vMB 10
699,491 699,491 00000000000000000005688e13677889920d99aafba5424213c64fb5283a9883 1,855 1.00/1.00 vMB 12
699,490 699,490 0000000000000000000ddad8dc59aae6b439d1cd2f525547884b150eefba5c23 1,711 1.00/1.00 vMB 4
699,489 699,489 00000000000000000006d54d83732744133cf52813edc567a366e443923e3120 2,455 1.00/1.00 vMB 14
699,488 699,488 0000000000000000000dd7cd192110e5101668e73c959b88eacc78f8b5784d1b 1,347 1.00/1.00 vMB 12
699,487 699,487 0000000000000000000756be4101871f13b91c7452cca53c53c3829bdb2967cf 1,807 1.00/1.00 vMB 3
699,486 699,486 000000000000000000052c0758d7ca2bed23d4753d20d1c518f7acdc3b39a764 2,213 1.00/1.00 vMB 4
699,485 699,485 0000000000000000000a7ef9c33416ceb74e9f0de99eab57fba1e9137737396c 1,879 1.00/1.00 vMB 23
699,484 699,484 0000000000000000000a55d34f99108a6360ee6f1f4385c30da339cc565f68bd 2,460 1.00/1.00 vMB 15
699,483 699,483 00000000000000000003e69a818058e441de22e78bea21a4cec74ade2f490fc1 2,930 1.00/1.00 vMB 13
699,482 699,482 0000000000000000000409c919ca4364ce4ebedefb521af6412354b28dbef857 2,806 1.00/1.00 vMB 4
699,481 699,481 0000000000000000000647d8d5f382c3437d58a1a0c8efe35927e7a7a6d6eb34 2,745 1.00/1.00 vMB 7
699,480 699,480 0000000000000000000f76af89df7533646d57eb5d90e2e5a694f166f7e8a587 3,152 1.00/1.00 vMB 26
699,479 699,479 0000000000000000000cfb42a032d281cdd2c6444e1b7b0d3cbe01418aed2155 3,309 1.00/1.00 vMB 17
699,478 699,478 00000000000000000006d75752011e8f2d17e93a05e1788cfcb7e15bb32bc76e 1,790 0.45/1.00 vMB 2
699,477 699,477 0000000000000000000a2418f8e53dbd8243980513f2e5962b2e014fda2c8a2a 2,466 1.00/1.00 vMB 8
699,476 699,476 0000000000000000000cee520ca67721b66356e3f90255771f2720de21c3bafe 2,917 1.00/1.00 vMB 18
699,475 699,475 00000000000000000005cada60c2154b4819bec8cb8eb829bf5defa78cfbc232 2,924 1.00/1.00 vMB 19
699,474 699,474 0000000000000000000f24cb5748e8abaf600f2784d668166ad776267c9a9327 1,443 0.77/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.38 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: 664.48 GB
    • Received: 14.99 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.