Loading Tool

Explorer IconExplorer

Memory Pool

50,865 transactions
28.72 vMB
0.07235793 BTC
Random Selection Loading Transactions
Max Size: 154.50/200 MB

Candidate Block

Mining Attempt 391540ea4304e89b700c5c142d545f21eb247462239350dc777fb8232f2ee21b
Version 20000000
Previous Block 000000000000000000019e7568131a21184319adfc46c390ce26bf65aed43bd9
Merkle Root 21b4444a746d31195e672933187865154515de33f35c1c5bbc2ac474e661eb34
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,548
Size: 1.00 vMB
Total Fees: 0.01696242 BTC
Feerates: 122.12 > 1.70 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,793 (694,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
219,871 219,871 00000000000003df830031a764dd88564f3235627671d4cea70c90b422d63c5e 84 0.03/1.00 vMB 182
219,870 219,870 000000000000050d93748c9e4354afa5ec2abf208929ebdd2336264b929da6b1 14 0.00/1.00 vMB 155
219,869 219,869 0000000000000504bd2d59acf385dd1b05625c450e96d5fe4f17c0b01618096b 61 0.03/1.00 vMB 145
219,868 219,868 00000000000002fa31a8beb0370b9e673a4217ad1fb663e7041f60753116c551 151 0.07/1.00 vMB 143
219,867 219,867 000000000000002a75145d030858129644f98dcd27b206e6f42e0d74ca51c75b 164 0.07/1.00 vMB 166
219,866 219,866 000000000000027187a278ae6eb51b4a19f23f92f374ee7f4902f0b9d1f649dc 124 0.06/1.00 vMB 136
219,865 219,865 0000000000000049deaa2d01552f9acbae4a419a343949036fb28f981085559d 114 0.05/1.00 vMB 140
219,864 219,864 0000000000000401c7fa80beefc56ea7f92fbfd4ce32545d3da96a9b04b3c5c7 25 0.03/1.00 vMB 76
219,863 219,863 00000000000001ef318056acc410294f2463eb526f91090fa0dde283f1135302 154 0.06/1.00 vMB 200
219,862 219,862 000000000000049f2626f44211bbed45557dc74905c6d85702ba900801de753b 42 0.02/1.00 vMB 162
219,861 219,861 00000000000002cdb61b6d83725c6a288878577f63b33c585c58f3272235f5a5 19 0.01/1.00 vMB 99
219,860 219,860 000000000000003dce5a1d9ee135d1c69a55c7d49de0aad7343e7485d35c90eb 193 0.07/1.00 vMB 141
219,859 219,859 0000000000000081b69b0632f726aa3daa2c5449d8dfe4c2e938634286304176 68 0.05/1.00 vMB 129
219,858 219,858 000000000000051031e9655208436f3f4b7c42a9977520b52b76d3759612efe0 93 0.03/1.00 vMB 214
219,857 219,857 000000000000049372e94c61f469122ce990539b51907bd151f77573fff55136 33 0.05/1.00 vMB 39
219,856 219,856 0000000000000302fca14f53deff2c7230ced6419467edb321d1fc0d529bd3a0 39 0.02/1.00 vMB 122
219,855 219,855 000000000000042298ec5e0d08c9f22b61daf41710f10cd8d08e7951fafc65e1 59 0.03/1.00 vMB 32
219,854 219,854 00000000000004b0b5785754587c95b119cf39283afc7ee84d5148f36635c3e0 318 0.14/1.00 vMB 161
219,853 219,853 00000000000001565308148891944de1537f8cb5da235c7531263be7c3d67bdf 6 0.00/1.00 vMB 163
219,852 219,852 0000000000000468eb0c9942958ca275807802042274e513d13af3f521ce978b 273 0.11/1.00 vMB 211
219,851 219,851 00000000000003c20444559e2577abce8bf824137509430c3fdc8a77d852c44c 25 0.01/1.00 vMB 175
Previous 10 blocks ↓
Total Size: 782.02 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: 649.83 GB
    • Received: 13.22 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.