Loading Tool

Explorer IconExplorer

Memory Pool

30,576 transactions
27.65 vMB
0.12317469 BTC
Random Selection Loading Transactions
Max Size: 134.95/200 MB

Candidate Block

Mining Attempt 86d7b12b6ba0268fead5710b0764db5952e0b46835a473f1eaf4f58c1506254d
Version 20000000
Previous Block 00000000000000000000243d44a97f1c271d0d3ca36b116d29da015d7b8fdbf4
Merkle Root c2f3b99986150f8c27ce1ab6d0a0455188a887b27ee1cf264ba98dc5a897814d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,973
Size: 1.00 vMB
Total Fees: 0.07035576 BTC
Feerates: 150.74 > 7.05 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,512 (902,710 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
11,802 11,802 0000000055b340cf1f2ac7bf0fb2d42c655969fe1681e95e7f3e3135502e3902 1 0.00/1.00 vMB 0
11,801 11,801 000000008a974b4db7f824b16a4c36e9fbcc63bd0a20000414b61e72035b2d3c 1 0.00/1.00 vMB 0
11,800 11,800 00000000129b70ce4513913ed3233d04770c709f9e8db99c9e4323c7782fbcf1 1 0.00/1.00 vMB 0
11,799 11,799 000000007149e9114dae399e5c832fe9f9806bc77fb789e2742087c6c65a5dc7 1 0.00/1.00 vMB 0
11,798 11,798 000000005e1c6ac4ff821b203c0fb89ee6a134524c858095ebf83fd0e9101f7e 1 0.00/1.00 vMB 0
11,797 11,797 00000000ae050c94e1eec61f4b5c372eb1109cb8e96110b146ab4dd8f0775532 1 0.00/1.00 vMB 0
11,796 11,796 000000001e88c14637e8785d5d2671fc6a63f7437ffab8a5b2b036a64ab599bf 1 0.00/1.00 vMB 0
11,795 11,795 00000000d075dcf282cfe838432fe3db6ed0b748b4f8cd109770d2a2a867c8b8 1 0.00/1.00 vMB 0
11,794 11,794 00000000b72c6dc5aa6faa3fb6953711e407c099621d015b4f4de4fcb72bdcbe 1 0.00/1.00 vMB 0
11,793 11,793 00000000fbfdd7be6ee67fb407f8c5d932a773dc7447a26a4487225a71053aee 1 0.00/1.00 vMB 0
11,792 11,792 00000000ea2b9571ec8034e1d0a02cbec4ab70ce864c1488c7c6feff4ab62c50 1 0.00/1.00 vMB 0
11,791 11,791 000000002de19f6a532f636eb571013c20522b36bf0c2110a45628c2f6f06be9 1 0.00/1.00 vMB 0
11,790 11,790 000000005f906fb161e1f7c542ec25ed1b42dca1dff1bee67144cbac7ef8f66c 1 0.00/1.00 vMB 0
11,789 11,789 000000009d706f523aa2336f5db326c43121c18061458a066d696f489c098419 1 0.00/1.00 vMB 0
11,788 11,788 0000000069b6488fd65b6f0ec915ba2cfed15fa86be5dba66acf5565fd2a01fa 1 0.00/1.00 vMB 0
11,787 11,787 000000006491e80207eeb658f38fb355eb55f3fb601993460a7521a030e8da70 1 0.00/1.00 vMB 0
11,786 11,786 00000000ae04707003200a816b0a696d47a2f44da8b66cf0b709985a2a0d8fb1 1 0.00/1.00 vMB 0
11,785 11,785 000000000dd090bcd3ceff15294d6b7d00d185fffb56833b24afa41f39917b7e 1 0.00/1.00 vMB 0
11,784 11,784 00000000d17a93e2450af4996167237750de07ce1c2e6d9614726cbbcd272039 1 0.00/1.00 vMB 0
11,783 11,783 000000002228a1acc6120603855e38e0f48d372051d116331b1b3f930f8d4f2b 1 0.00/1.00 vMB 0
11,782 11,782 000000008a00285b3dbcacf57acee089a16b64e8fac03317fd131e701becf79c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.52 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: 612.87 GB
    • Received: 11.07 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.