Loading Tool

Explorer IconExplorer

Memory Pool

24,522 transactions
6.00 vMB
0.03524987 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.58/200 MB

Candidate Block

Mining Attempt 3f7c3a86c1a22c607aa12a2f1735368add6b5492859947866d3d06ae0859e037
Version 20000000
Previous Block 000000000000000000022b340a438bce50643cbcc6030d25b6f4f3c519c4eec3
Merkle Root 9c80da39411ac6a394eb209a6c91c408ec23d11f04d853e796404d076df2b43a
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,821
Size: 1.00 vMB
Total Fees: 0.01955556 BTC
Median Feerate: 1.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,173 (709,707 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,466 203,466 0000000000000286b7359a7d552ed6e82f7881c3a8f39b6fc481666b0bb6cdd6 0.35 MB 820 160
203,465 203,465 000000000000011c6c10163150a3100ca8381d6c02f57f8d025e92eb285b1aff 0.15 MB 330 219
203,464 203,464 00000000000000552cb00e6ef733d157cfebcdbb463aad674cfa46f388a8bb8a 0.23 MB 457 176
203,463 203,463 00000000000002b4beabc54f3e6408811dcc992b95e6562125f050f3770279d4 0.01 MB 28 209
203,462 203,462 0000000000000358deaa58657bdbc126ffafda30776b020c86e9ba3a1ed25dcb 0.02 MB 34 178
203,461 203,461 0000000000000188dea131f7a4ebdd8f4db9f5d52e8777269c425c31fa9dfba3 0.09 MB 208 170
203,460 203,460 00000000000002e426e3637a43fc7351bad4d1002015bc628f3db2f99a84a203 0.04 MB 85 238
203,459 203,459 00000000000003a25a50b4954e1b3666cebe9af36db67b021b55c5233abf9708 0.10 MB 180 323
203,458 203,458 0000000000000039447ce59129c300f5e8d329c5ed6571ae4cfb4ddcadce36d4 0.06 MB 38 80
203,457 203,457 00000000000000449a1956d57f3d83aed663fc57d2a6754d3af854c3073e9f2d 0.01 MB 53 119
203,456 203,456 00000000000003f8b7ef62f569974995fc6b2f42ac43f25a7fe15a6895197b11 0.11 MB 69 69
203,455 203,455 00000000000004bad942f88f3689c699f2cfc4807893a9ee8e4f7559bd730b4e 0.05 MB 178 28
203,454 203,454 000000000000000ad89c9b8fcda65c2230d2da7907f404794d8d3b877a5fa4e8 0.23 MB 393 184
203,453 203,453 000000000000039f47f7ac4bdb5b4c64abb1a9c3ba50f27e777346e313beb4b9 0.09 MB 32 64
203,452 203,452 000000000000020abe3d440204181670885f4e748305dacd4181e6bef6f3785a 0.05 MB 109 30
203,451 203,451 00000000000001ffd4097488fd7e85b2afd799318a02d205bed8000caee05d3d 0.25 MB 746 277
203,450 203,450 000000000000026bedb68f62dc057390246ed3ae166155115c17509e29891de5 0.05 MB 113 228
203,449 203,449 0000000000000470e3771427c12c237489bbaf651f20922eb700032970a5e4c8 0.03 MB 113 31
203,448 203,448 000000000000036d03a42ae08d385de795687a1217649bab711fe0ce2136c5d3 0.23 MB 498 141
203,447 203,447 00000000000002dcd6d30d01ac9172ad58e804404ac8b40039e7c337ebd92536 0.05 MB 98 285
203,446 203,446 0000000000000383647de4b672fa55a8b7c3fcc9081a69d86c73776b2ecafa3a 0.08 MB 156 86
Previous 10 blocks ↓
Total Size: 779.15 GB

Node Details:

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