Loading Tool

Explorer IconExplorer

Memory Pool

56,822 transactions
32.25 vMB
0.15149474 BTC
Random Selection Loading Transactions
Max Size: 174.38/200 MB

Candidate Block

Mining Attempt 2af63b523f51b25339971c007bfa7d6e3bbb8725bb89e08c40100f0d39adf268
Version 20000000
Previous Block 000000000000000000009ae72742d77d55e96bac00494a031373ad4b53b85617
Merkle Root e77f1fe01dfb3cd262b4ed806679d571cff79a7bd6bf6d8eb95126f583dc9801
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,934
Size: 1.00 vMB
Total Fees: 0.05200825 BTC
Feerates: 121.08 > 5.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,825 (674,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
239,887 239,887 00000000000000b7ae68361e281aaac2cfc739607baa55e2aaab57a7f2b63fe2 656 0.25/1.00 vMB 3,904
239,886 239,886 00000000000000f767b3f8631d3b7dc404e2da57f4de7901c6d579f4a7318c10 446 0.18/1.00 vMB 195
239,885 239,885 00000000000000f89dc745c01cd724486efd33c9f3c8a012b399db8247bcfd5b 246 0.10/1.00 vMB 170
239,884 239,884 000000000000005e3d68f54469cef4656fe275a4638f1907c3c46d3370d47c79 71 0.04/1.00 vMB 159
239,883 239,883 0000000000000148d0a1e09dc5a6faa997dd3a630cc518ee3523be1f6c060efe 66 0.03/1.00 vMB 162
239,882 239,882 00000000000000e44cddba10aedd619f6295f63407dbcc83e03e4b26386a90af 173 0.10/1.00 vMB 144
239,881 239,881 00000000000000ec00532cdbd5106b9c2e64ff3c3be73bcc08403dbb30f10a02 28 0.01/1.00 vMB 152
239,880 239,880 00000000000000b13ae05f4451ccc4f6072ffc6a14c0a5b58e10926a3d57105b 205 0.09/1.00 vMB 187
239,879 239,879 00000000000000af502c550e4caca93f169f0025c9b74376a0c584759b85b708 418 0.17/1.00 vMB 176
239,878 239,878 0000000000000053bf8c40da867eda16c3271600526a309cb46de1b2e9bd0072 256 0.20/1.00 vMB 39
239,877 239,877 000000000000007d346af7c84396f3ea2b22c7a414af859ab6f51e25ec33dc64 195 0.08/1.00 vMB 168
239,876 239,876 0000000000000095581b204b0a21aa8080aefe9877846bd3c69a358505a34034 386 0.20/1.00 vMB 129
239,875 239,875 000000000000003f873a2d933fffb00e28c4f6ad26930f3303a3ccfa73e12a78 14 0.01/1.00 vMB 140
239,874 239,874 00000000000000ae3a70a1eeff6098c004e1a1efdc912668425a75f6d770c27b 110 0.06/1.00 vMB 105
239,873 239,873 0000000000000103ecf62fc3cc013f2670e7d221288c28bb13cc161d4be6b0f9 210 0.09/1.00 vMB 116
239,872 239,872 0000000000000005e4a7d4d4f9e0d71573d5f10fdc42892b86c8d32da124b6b0 88 0.09/1.00 vMB 110
239,871 239,871 000000000000003d4e7376dfcbc5a8dd359a6f02842ebfca9e5577eb3d11136f 575 0.25/1.00 vMB 170
239,870 239,870 00000000000000612f64ed7e445cbe7577274f6533dc64c91a1741239e5e848c 220 0.12/1.00 vMB 150
239,869 239,869 000000000000003c74ce541864b77494b2ec1c656d03249476d8ab0a905977e6 310 0.14/1.00 vMB 180
239,868 239,868 00000000000000f8b523d4f7b6e77edf12132ed9b150eb71602c18341751d97d 254 0.11/1.00 vMB 198
239,867 239,867 00000000000000eca4da329da1d2e2ddbbce35181e344ba2ca13fdc8a7d1b420 256 0.27/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.08 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: 651.43 GB
    • Received: 13.56 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.