Loading Tool

Explorer IconExplorer

Memory Pool

77,389 transactions
28.75 vMB
0.06997695 BTC
Random Selection Loading Transactions
Max Size: 174.42/200 MB

Candidate Block

Mining Attempt 8c9c9a02665f9f69e8090c6fc08122573e6a06d729a51157b51ba09bbc6ce15c
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root 760935c78361e11d7561170500dbb38e5ba404b3fb517bb81f1cfbf979be4d4f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,569
Size: 1.00 vMB
Total Fees: 0.00986782 BTC
Feerates: 299.43 > 0.99 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (242,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
672,807 672,807 0000000000000000000142fbde1a585c0b764ae39fc65d53ed9edb432b41c5eb 1,060 1.00/1.00 vMB 121
672,806 672,806 0000000000000000000947b743524e76d0f43a1ff549f4ac3b1c5684365d52fb 1,405 1.00/1.00 vMB 106
672,805 672,805 000000000000000000040392e0f1de46d0537eafaa4212074f206e80c99cd7d8 2,838 1.00/1.00 vMB 135
672,804 672,804 0000000000000000000666944ea8f811b453e8687f3acb613ff20ec0088ac43c 2,034 1.00/1.00 vMB 44
672,803 672,803 00000000000000000003c7bcb917090bef1b74bb4d2ece986fb187440ad3552b 1,755 1.00/1.00 vMB 41
672,802 672,802 0000000000000000000aba81b1f351037b7671dbb53eb5b51551133329afaaf9 1,922 1.00/1.00 vMB 28
672,801 672,801 000000000000000000091d02aedabed306ba20ee6ab1cfc6a8e64fc2972bb19a 2,359 1.00/1.00 vMB 27
672,800 672,800 0000000000000000000bd1f04a0a6bb3d274daf1fe1189bc4fae7920d822e491 2,574 1.00/1.00 vMB 70
672,799 672,799 0000000000000000000a26f2ee1b52fad640c607646f05cc80dfefde7404a6ea 2,836 1.00/1.00 vMB 135
672,798 672,798 0000000000000000000859bdc72cf861642de2fa4204d22a55e46aef0c6e0404 2,551 1.00/1.00 vMB 43
672,797 672,797 00000000000000000004e1f563e519046c7ed1dc1cb266d675796d74fecd783e 2,498 1.00/1.00 vMB 52
672,796 672,796 000000000000000000045b910cc5f204e14d15071e1698022f1e3e994db65962 2,295 1.00/1.00 vMB 58
672,795 672,795 0000000000000000000bc2a518d25564d752a6308209977a1ecf08fab048f118 2,250 1.00/1.00 vMB 85
672,794 672,794 00000000000000000008a066d829ae8d436e50d6c29d5e3021f5d5bd4693be40 2,561 1.00/1.00 vMB 92
672,793 672,793 0000000000000000000bf2111ab6660a1666b758cbe49b89693f2fdc3e817799 2,086 1.00/1.00 vMB 94
672,792 672,792 00000000000000000000164cdb3a8fd3e69da1439c01ab8f8c51bc6c574877e1 2,171 1.00/1.00 vMB 42
672,791 672,791 0000000000000000000260ad871ed3eca1ef18d38fcde3bdbec89de62d73e365 1,871 1.00/1.00 vMB 36
672,790 672,790 000000000000000000036c7ec6fa93f28479f016abe905ab0f6d39f0e5a75460 2,827 1.00/1.00 vMB 75
672,789 672,789 00000000000000000009e2386255df7bbe7a14f416fb40bd1444000a02fffe74 1,353 1.00/1.00 vMB 112
672,788 672,788 0000000000000000000829d314f55c06faba7fe902a2223e0e234ef9f1c3d808 2,266 1.00/1.00 vMB 111
672,787 672,787 0000000000000000000777b172631e2a13ec6c80d71dac48235f869c3cf42467 3,284 1.00/1.00 vMB 140
Previous 10 blocks ↓
Total Size: 782.55 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: 669.87 GB
    • Received: 15.78 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.