Loading Tool

Explorer IconExplorer

Memory Pool

83,091 transactions
31.37 vMB
0.13082880 BTC
Random Selection Loading Transactions
Max Size: 190.16/200 MB

Candidate Block

Mining Attempt ea9d2b0794ca75a282ecf7b3397c553a76ae51808765db5afa8ede735b29bbb6
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root b9e2000c1d1419d4ae4ac0c52d5301a0a83f5358b25631ad2316a77c6129e8d6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,112
Size: 1.00 vMB
Total Fees: 0.04640337 BTC
Feerates: 318.30 > 4.65 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (27,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
887,807 887,807 00000000000000000000e4b1db6925360cb23758d0c474797976ca8362129f6d 2,852 1.00/1.00 vMB 6
887,806 887,806 000000000000000000010c9e842d6bfd28f6f17d16178a6ae144cfe2d744a31d 2,255 1.00/1.00 vMB 4
887,805 887,805 0000000000000000000202e212748c9dcf514b7d91306a54523ffea60468b4fb 1,906 1.00/1.00 vMB 3
887,804 887,804 000000000000000000002ce721b771a52e23bd5e0f0fa9f4387cd7576a609225 2,188 1.00/1.00 vMB 3
887,803 887,803 0000000000000000000003546923e1eafcce8a6d48795325eaa7f9859660a78e 3,369 1.00/1.00 vMB 4
887,802 887,802 0000000000000000000187395bf7bf6da4f89af9ff713f98bc2389e1c2b14534 4,033 1.00/1.00 vMB 4
887,801 887,801 00000000000000000001b606abed4fe786bfb4e2b6143c1b619ee516ed5f6205 3,804 1.00/1.00 vMB 8
887,800 887,800 00000000000000000000eb2afe1122a08c30af49ae76263821c50410e0d87d84 3,289 1.00/1.00 vMB 7
887,799 887,799 000000000000000000028266e0fb738f896c4ed5c5578ba1e084fc3b9379fa95 3,527 1.00/1.00 vMB 5
887,798 887,798 00000000000000000001e34c7abe8cf13428819c9f42cf126f025c65b54da40e 953 1.00/1.00 vMB 2
887,797 887,797 00000000000000000001b5d0953b6886dbf3c7602e3e09afb6421c7ba9e19b2e 2,651 1.00/1.00 vMB 3
887,796 887,796 00000000000000000000ee65f5f9640ded2b3d49a9cd00677947fb4b979db5de 3,102 1.00/1.00 vMB 4
887,795 887,795 000000000000000000018b9943bd8c36c06270756162ced1e3ef055692a83a93 3,618 1.00/1.00 vMB 6
887,794 887,794 00000000000000000001426da87269e94dc46b82ff608f1a530da920df60b8fa 3,809 1.00/1.00 vMB 4
887,793 887,793 000000000000000000026990ec0f4ef89ebec6f98db733171a09e8891a9b038a 3,853 1.00/1.00 vMB 6
887,792 887,792 00000000000000000001d8a0d6445c71296874a52267ecdfbd6b73482849ebd7 4,121 1.00/1.00 vMB 6
887,791 887,791 000000000000000000018d259de3c463ac155e050619c02489808200d7fe7fa7 4,011 1.00/1.00 vMB 7
887,790 887,790 000000000000000000004c93334a9d9179766955542bb7d657610dc03c89f63d 3,779 1.00/1.00 vMB 6
887,789 887,789 000000000000000000002aecd3a777c18b43e89229c8d71172b76b2beb9dd739 2,665 1.00/1.00 vMB 2
887,788 887,788 0000000000000000000264e2e08e4a15e7ce214e3166b5c51a3c3f85a7a7e3ce 3,874 1.00/1.00 vMB 3
887,787 887,787 00000000000000000001f22bf2f46f87258c04bb8aad21189348882dcafb34e3 4,719 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.08 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: 722.60 GB
    • Received: 18.40 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.