Loading Tool

Explorer IconExplorer

Memory Pool

28,525 transactions
11.73 vMB
0.03547982 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.44/200 MB

Candidate Block

Mining Attempt d9a149583cd80d8e76c4bfff60907ff20d5a35e731e72b8a86d037b627248450
Version 20000000
Previous Block 00000000000000000000dfe08e8c7fc02879d427d7327f13f30ca8cda7348f7d
Merkle Root 3bc66da92f413a84f6e009692728ed31044fc2681cf8db00e5163b5185d82878
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,290
Size: 1.00 vMB
Total Fees: 0.01509295 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,519 (650,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
263,099 263,099 0000000000000001ad38f1d3846b3376330ef670e5365db45538f63acff3371d 186 0.08 vMB 93
263,098 263,098 00000000000000097584eef1c7172e97e38b2af83153a76e004e75fad24bb43b 22 0.02 vMB 80
263,097 263,097 00000000000000059119ad480ce9400ceed15ee3b2e21192df61b4318154c938 77 0.06 vMB 16,114
263,096 263,096 0000000000000008de3e2c78840b0e1c7e12ba82ecc2bf21774eca24ba72676d 187 0.08 vMB 97
263,095 263,095 00000000000000103a3734ad0fea2fc275d7d1dddd73e3b349fc6206a72f9ced 182 0.06 vMB 163
263,094 263,094 0000000000000007effb5eaa994b9c392662e80f227ea2e64ece2747d59bf626 108 0.14 vMB 26
263,093 263,093 0000000000000004a76ca1c5449ade1419f06e5dcc8f19270c68ad9f6ee1a88d 67 0.02 vMB 88
263,092 263,092 000000000000000538fd9517266144fc71356ab64df7b27003ad4f018ae13464 42 0.02 vMB 85
263,091 263,091 00000000000000046f4e3514ec7f71dc3840c8692a00abc70a1e122b89879f03 69 0.03 vMB 111
263,090 263,090 0000000000000000c0a28d09075d2fd65dbc65697c257067ca4d910728b2d2eb 261 0.10 vMB 122
263,089 263,089 000000000000000ed9e3406fab1fe5926bee77eda9fc8b6689bfcad4c92fe5c5 437 0.18 vMB 105
263,088 263,088 0000000000000010bca989cef34e878feec6f3e65c595a7dfb7aa1b1e922627c 433 0.17 vMB 113
263,087 263,087 0000000000000014fb348a1e30eb731657dfe9a21e74c36fe6654fd32052a00e 24 0.01 vMB 120
263,086 263,086 0000000000000002719d219ec69ddd6c5e2f34e09a3feb4d0db39946614570ae 298 0.15 vMB 91
263,085 263,085 000000000000001439ba55beea999a61d9ea7e0be530856458cff12eca5e0cd0 418 0.18 vMB 101
263,084 263,084 000000000000000e1888ac3593e8ca99a3f22f9950a6fba7cffb57ad02fceaf6 416 0.19 vMB 134
263,083 263,083 000000000000000c39f1f72aaaadeb48c4d1eaaae1d628f16c376ad919fc51b0 83 0.04 vMB 82
263,082 263,082 000000000000000d606b814bccb9b244ee2965132cf67fdfb81082af21748fba 163 0.21 vMB 22
263,081 263,081 000000000000000dccf68642a1a71824a348b1a94bbe1f936b70a6d95adb022c 627 0.25 vMB 137
263,080 263,080 000000000000000db3ab6723574809bf58d01b5ba867699626194b5e5602c0fe 18 0.01 vMB 183
263,079 263,079 00000000000000151540528c44fdccfe05050fa5904dd29b0b2664531494608c 221 0.09 vMB 95
Previous 10 blocks ↓
Total Size: 779.76 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: 391.90 GB
    • Received: 1.99 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.