Loading Tool

Explorer IconExplorer

Memory Pool

21,293 transactions
10.62 vMB
0.04246755 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.92/200 MB

Candidate Block

Mining Attempt 2f0dade0b14fb8f7b8c5340f72b8fd8ccdc92846e0deef6e37aae4135fa01789
Version 20000000
Previous Block 000000000000000000000f90947a27ce4f53637046d919c82bc1a74ce491070e
Merkle Root 78d52d7d988c09594f2502d72c0a350c74d28e1a42d7aa78e23670e1e72485de
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,086
Size: 1.00 vMB
Total Fees: 0.02486433 BTC
Median Feerate: 1.93 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,568 (697,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
216,520 216,520 00000000000002deea5b118fe1c1e4aceed882edbcd20de85a1c08a24918ec8a 199 0.10/1.00 vMB 158
216,519 216,519 00000000000002a025544f89285a39e6bc6e50fc17bab76c0ccfac3f22a5dd24 201 0.09/1.00 vMB 161
216,518 216,518 000000000000039ca7b20f107104cfca4543ead24bad1f93115ea88539cd2418 267 0.26/1.00 vMB 102
216,517 216,517 0000000000000482e55f4c85455811330399f9ccd4491d39e72f9d92fb703f5b 643 0.20/1.00 vMB 241
216,516 216,516 00000000000004186c99a7c4c20679d34b1a777777faf83de5d2e1dc3c1d5ddc 13 0.00/1.00 vMB 364
216,515 216,515 000000000000021816ffb986c1fd1e153d74fe37d00e69418f8e814a8fd6aaea 135 0.05/1.00 vMB 133
216,514 216,514 00000000000002f0d685e1fe430e034d6eeb0bd1f6b628ebad2253c8fed1c102 71 0.04/1.00 vMB 23
216,513 216,513 00000000000003ff11306bd2e086e0f170cef217119a5b555866f790a48523d2 197 0.09/1.00 vMB 184
216,512 216,512 0000000000000344e7bd43236f12bd57624fd4073d50cb2c29ffbaeb40128397 12 0.00/1.00 vMB 74
216,511 216,511 000000000000007f63a8e08f0deb63bd3f6760c395bd05138e55979a6dff5458 333 0.13/1.00 vMB 187
216,510 216,510 0000000000000166fc4060ba294e4aa026378b0b85c023a95c954d0945c8e63c 231 0.10/1.00 vMB 203
216,509 216,509 00000000000000b2011add9d20a47445b933fea05bb6ecbb0367b2d682ce862f 226 0.12/1.00 vMB 150
216,508 216,508 0000000000000049bb5bb94ae2aeabe4d4744ed0e20eccfe3ee1059f23fc7d88 17 0.01/1.00 vMB 82
216,507 216,507 0000000000000346c66ecb9e1d9644051d22bbe3c40aec614d5b980e4774089d 512 0.17/1.00 vMB 252
216,506 216,506 00000000000003cbc4651db40af9665fd5a6549c0d27b4042a932f7607c48134 197 0.13/1.00 vMB 60
216,505 216,505 000000000000048a04b55f7be287a932278b18e056a795d0c2f2c1b77096f56c 1 0.00/1.00 vMB 0
216,504 216,504 00000000000004ed05229d0255a5ce3d7149461cb8b189d124d1a38e85394acb 190 0.08/1.00 vMB 178
216,503 216,503 00000000000001b5c87bf9ea51fb6430cb54b030033174480378099362897d21 323 0.12/1.00 vMB 207
216,502 216,502 00000000000002bbf4388b94fea8fffbccbb3526f95450edcf9f97b0f9171f7f 13 0.00/1.00 vMB 74
216,501 216,501 0000000000000064dc3a78bddfb22e5fc848eb7199508b7cf3261944d3cff942 65 0.04/1.00 vMB 112
216,500 216,500 000000000000027a94a2aff1aa30b4cd4ccaddca4e42f9661a5a4ccd84b3f89c 435 0.21/1.00 vMB 240
Previous 10 blocks ↓
Total Size: 779.85 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: 432.98 GB
    • Received: 2.37 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.