Loading Tool

Explorer IconExplorer

Memory Pool

27,104 transactions
11.05 vMB
0.06050701 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 63.92/200 MB

Candidate Block

Mining Attempt 392697a8af6ef43bdd92061391f52d274ca88bd93f71cf96f7cd0683536d3fc0
Version 20000000
Previous Block 000000000000000000004acd9926c1cb98deecb9de08c3d123ae26a165a6bf14
Merkle Root d15ab121e68be75f4c88d417367be01dbb680d0c0a6f020370f28e5e0e8ef116
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,338
Size: 1.00 vMB
Total Fees: 0.04194552 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,549 (689,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
223,873 223,873 000000000000013c3c6494eaf0a07aa89c834986c03c48fb3c5442ed49283b18 606 0.25 vMB 183
223,872 223,872 000000000000028bb4cd90587338d57b1ea8e8c9a0d8197235d356a66cab579c 426 0.24 vMB 137
223,871 223,871 00000000000001ad08d20b167152f9a47358ab86d61599a5b84a078f2174876c 256 0.08 vMB 207
223,870 223,870 000000000000009974ad229f4a2bb8fe28a05c122c3522bf8af35261af52489f 86 0.05 vMB 152
223,869 223,869 00000000000003033c7f91a0bad389c21195d5239790c1bae825c8bb241fd690 329 0.19 vMB 147
223,868 223,868 000000000000005ecd9c0895c6aeeeff0b6c27d5d9beedc22fb971c67a842ab6 480 0.25 vMB 151
223,867 223,867 00000000000000c40db093e13e85ce2a028859205ab5fc94a5346bfd64f937ed 342 0.17 vMB 152
223,866 223,866 00000000000002d73a9e6c595747584d712309837bbacdc9e5a29abb4adb4621 479 0.25 vMB 166
223,865 223,865 00000000000000caaec40e6f03f2a2d7d587eed5e730dd2873b48d2648184d3f 761 0.25 vMB 265
223,864 223,864 00000000000001f63500a95f2c490cb0ea3e8e7ac4996f01ae0f6cb3e2a680da 641 0.33 vMB 151
223,863 223,863 000000000000003d8c48d8752a6405c8219983e5ae3127ed814596fe7b6925d7 851 0.25 vMB 414
223,862 223,862 000000000000001e77ef298f42f1a373340a337cd9eec27e00d33f4b7bfeefd0 424 0.25 vMB 135
223,861 223,861 0000000000000362a85b66379b629cc528cdadf41ecfc2ef8afbb857c839a2c5 806 0.25 vMB 256
223,860 223,860 00000000000002740b2d993e18e442e666cfd416102ec994378b83931207a682 16 0.01 vMB 263
223,859 223,859 000000000000039ed9b8e6bb845d0e3c47ede17dfd770dd0462fdefc8f46e3fe 408 0.19 vMB 166
223,858 223,858 00000000000002aea727d199254462365eee289db91bb7f88aac101621f1233f 397 0.24 vMB 176
223,857 223,857 00000000000001bbf44ba6b2bd36ca7ff1c9f92ec0bab06f4722870d91531fa2 435 0.18 vMB 195
223,856 223,856 000000000000028776661dfacc88b6471f5282401126cae9b8831ab48cf5f30b 476 0.42 vMB 108
223,855 223,855 000000000000027cce41da3afdfed376f2e19f7e088c45d61c10dc93cb27a82b 240 0.09 vMB 229
223,854 223,854 000000000000000c4ca6d2016302bab8e1237ed220b2873149bcf02d97aff005 268 0.15 vMB 143
223,853 223,853 00000000000002ae41dc09ba32306ff212f7c4c18333b6d3d6b306d3a33a546a 534 0.25 vMB 158
Previous 10 blocks ↓
Total Size: 779.82 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 111
    • Outgoing: 10
  • Data Transfer:
    • Sent: 414.68 GB
    • Received: 2.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.