Loading Tool

Explorer IconExplorer

Memory Pool

32,860 transactions
10.09 vMB
0.16224965 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 65.26/200 MB

Candidate Block

Mining Attempt 264e41e6212e415dd71ff603edc328a3ea021e0b867e7322618e5f59f433222f
Version 20000000
Previous Block 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed
Merkle Root 0228c8e435bdce10b7963e2bd42a38b8e7de99e83ee7b484187716c625516ec5
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,513
Size: 1.00 vMB
Total Fees: 0.07167915 BTC
Median Feerate: 4.68 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,216 (720,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
192,298 192,298 000000000000072f4898a3f6e8f3d4193177650292b5ecc33128d200918aa42a 311 0.25 vMB 89
192,297 192,297 00000000000003cf09c4999e7518389000d4ac85c02fd3e57dfe8b9eb52a260b 135 0.27 vMB 105
192,296 192,296 000000000000049652700b73787f4a39fb8b8b8633891cc7eba67e134efa1e8a 103 0.05 vMB 243
192,295 192,295 000000000000069de9ce05993280c5ddc25b65059acb65e29247778f015059a8 371 0.16 vMB 119
192,294 192,294 00000000000004ef82633acf09b1a2ac77df9210607d433a1a481c974957c181 105 0.05 vMB 152
192,293 192,293 00000000000004cce3fc1df90c49b160a739d2383ac0702c54c156872869c849 433 0.16 vMB 148
192,292 192,292 00000000000003ac2a8be9b8e995844d77f632c4a709ab0d9e9bf4c9b12f640c 9 0.00 vMB 3,131
192,291 192,291 0000000000000201e36b1f420f838e6de055c16aa23839c9605975466a39f9bd 198 0.09 vMB 101
192,290 192,290 00000000000003371028786eaea3f1a10ccfa6c26efcaf8479a84830285ce189 666 0.25 vMB 157
192,289 192,289 0000000000000714d9b7bc5c7f520ac23a3b819e28b81a6c1057b9027efd822f 256 0.08 vMB 169
192,288 192,288 00000000000004d2c82aae8d594022861e8fbf70a38b9aceb5920c837e00ccbf 33 0.02 vMB 76
192,287 192,287 00000000000004cae8948a554800e8f5fb0597fd01f6e5d056c7a122b77a9710 146 0.05 vMB 175
192,286 192,286 000000000000058cfae884dc04906a0f032e78b737749728abd1a6a086cf520d 26 0.02 vMB 37
192,285 192,285 00000000000001bd97da683221622f43b9c06c3cc075e898af0a3759f5c343a2 43 0.02 vMB 84
192,284 192,284 0000000000000219bc94a74f22f34a7288152c9b028c6061f53f65a0e69f941d 128 0.04 vMB 72
192,283 192,283 00000000000001f142065525b3c3a4126b46ecd443f19fd2ed53f2f69b4e8ed7 124 0.05 vMB 44
192,282 192,282 00000000000000c09cc0f8aa14dcde3ec7b0b73dd30f7a1ba7137fbd90a30ffc 27 0.01 vMB 113
192,281 192,281 00000000000005e728872a4195f96255a7d8c9fc41147eee4c4f68ae609821a5 64 0.03 vMB 96
192,280 192,280 000000000000062b450c135df2ad34e42d1ea61fb8fbadd81285190ec35e2e59 168 0.06 vMB 144
192,279 192,279 00000000000002888cc39b127f3e2ea3784c269882bfe7c27427363615b88218 46 0.02 vMB 97
192,278 192,278 00000000000003557463c730386b753109dea4439310f2250769c586dc5a0e46 193 0.08 vMB 163
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

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