Loading Tool

Explorer IconExplorer

Memory Pool

22,019 transactions
9.63 vMB
0.06620924 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.22/200 MB

Candidate Block

Mining Attempt 84de7206b9c95d6b630e19b9443447ddbdf94253de41c5272959ac594fca1644
Version 20000000
Previous Block 000000000000000000008d04065d89b6af56d4a51721394abcf1d222900704dd
Merkle Root 31ab4ba1e1a0ec5fbbf5faffd27b45eb8bde9ff9d5aaec403a586522a7056596
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,166
Size: 1.00 vMB
Total Fees: 0.04149085 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,404 (713,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
200,368 200,368 000000000000051302123732e743abf4888005f1489fbdf6d739ab5d9fa2e5df 221 0.07 vMB 194
200,367 200,367 000000000000028041e305bec8c0dc0d20e200695dded796ea45f59b00dbba79 10 0.00 vMB 183
200,366 200,366 00000000000003e9de17b475375b48c112ac72397ab30b483bb97f1bac935dbf 12 0.02 vMB 11
200,365 200,365 000000000000047c3098398fd423272b154372237c2a19cec121bd13ee156ec8 339 0.14 vMB 129
200,364 200,364 00000000000004863da0ef2cec47b7f2e879a25847cec16da5f2c42dbb06c26a 120 0.05 vMB 64
200,363 200,363 0000000000000376af4074ba31f6b3a7347868bb4240a763730fe8504be36409 162 0.09 vMB 85
200,362 200,362 00000000000000db034b908dc69f6ddbe6261f661417479f0f806b2a4028047b 600 0.23 vMB 154
200,361 200,361 0000000000000255308d0456e20c6fe1a5433391b11f8f5d96995572052f9bd3 10 0.00 vMB 15
200,360 200,360 000000000000000bded221cd067cda32e3143b85f2e3f0bc9d7860d945226606 12 0.00 vMB 191
200,359 200,359 000000000000056a738d9e1bf7dffe26a097cae6b50c735d093f42c526cabb17 207 0.07 vMB 40
200,358 200,358 00000000000003a4717d6d2cb7dc9e841878c6733720107ee852f6c57c14283d 153 0.07 vMB 115
200,357 200,357 00000000000001305edf0849e03e02ea675dbab88dbf3f66c3a4dab91e2e0930 132 0.07 vMB 91
200,356 200,356 000000000000006a8836ed8f8712c543321f592bac336ff7540ad71087e62958 116 0.05 vMB 117
200,355 200,355 00000000000002b79a5e2886cb60650f40f746c8352fc198544617bda7bd7a6d 262 0.11 vMB 157
200,354 200,354 00000000000005d7e684beb913bd73fdc33bfd06c1fdf247e599f4d9d6061b91 228 0.11 vMB 153
200,353 200,353 000000000000035ef566352c181c90dcf50dc7a4bc93e033e2df35ac07034bdd 336 0.24 vMB 410
200,352 200,352 00000000000003cec147f6055ca13ff1eb4e40c1dcec5623601efa1dfc9e0a70 101 0.05 vMB 2,601
200,351 200,351 00000000000000e013b69add276d692a92e774e983edf7f3fb58cf08b824aceb 39 0.01 vMB 3,943
200,350 200,350 00000000000004e8bad4156487ab538b4de3f319d1c5bd8607ae29da18291353 224 0.07 vMB 1,005
200,349 200,349 00000000000001bae98b1105317b4ccc325509d64e3cbcc79649f5fc5a2424e4 70 0.05 vMB 49
200,348 200,348 000000000000017308bb41e100f1984e9af02759271de569711a67315e9aaf43 385 0.18 vMB 104
Previous 10 blocks ↓
Total Size: 779.57 GB

Node Details:

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