Loading Tool

Explorer IconExplorer

Memory Pool

18,689 transactions
8.76 vMB
0.11120224 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.65/200 MB

Candidate Block

Mining Attempt 2178123f0475b96b31e70b57d2453e54763db01f2f9c69a35eb529d058550e44
Version 20000000
Previous Block 00000000000000000001a3bad11a156a9b1405118d655a367303f4e9599e5dec
Merkle Root 740869a5993470285bfdf2633beac9b32444cd51ad68660c68ffc742afcd75cb
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,628
Size: 1.00 vMB
Total Fees: 0.09268266 BTC
Median Feerate: 1.17 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,429 (689,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
224,288 224,288 00000000000001e2bf48beb154744eada6d5528bcc62686b4ff47d5f8521e928 178 0.09 vMB 177
224,287 224,287 00000000000002e4b5d65cccffa4585b53c23e4f821b2b47347134205c9d1142 158 0.07 vMB 149
224,286 224,286 000000000000013f0f7f4c2ae411f067c54253e86dd8a3485356fd1a1cd2662f 461 0.20 vMB 174
224,285 224,285 00000000000001532baeef9678b344ade7def12d4e275578b2635b18154e09f1 159 0.10 vMB 100
224,284 224,284 00000000000000408c4286603b42f9dcdb8e041f21795f65b933e43b17c6b4ec 676 0.25 vMB 218
224,283 224,283 00000000000003c55e7e183e4acf718999c345b79b7d605e9036da106b271718 312 0.16 vMB 161
224,282 224,282 000000000000000c784f71d15578c7e8e974532e8ebe3d95cc0ac93999c903cc 501 0.25 vMB 150
224,281 224,281 000000000000018e1b44c8eb7f205ae84cd5c37d83e7f27a51de7412a14ccfe7 720 0.25 vMB 240
224,280 224,280 00000000000002da67fa5c8c4f9b0327aeb2d7dd37c25a58731e365f9e977239 12 0.00 vMB 235
224,279 224,279 000000000000037f4ea031f8bf0c997a0a52232cc0fe632327d98edbe572318e 234 0.10 vMB 153
224,278 224,278 000000000000034d5520a4bacc35d03823bc578930be482c5801ae039398edd8 207 0.10 vMB 145
224,277 224,277 00000000000001d4acc5d885b3356ed74596647f7c8c9329d86c9a811cf8a50a 338 0.19 vMB 121
224,276 224,276 000000000000038b6548f2071a1f982801ffded74d7ba9fe30bb3b62d969087c 728 0.25 vMB 249
224,275 224,275 00000000000000d4adf54a964291bdbc166b4df6b80b6f8b498437a500259704 507 0.26 vMB 145
224,274 224,274 00000000000002e9b7e8f5fae49cba5effb5d46afb9efc2173ce7814f3c73a09 112 0.06 vMB 93
224,273 224,273 00000000000000507d8859606f2cd51f129023319c618f7bcd2d9e4934846ee8 120 0.07 vMB 138
224,272 224,272 000000000000033fd41595d7c24a694429b84153d857439873d19c9209cf9768 598 0.25 vMB 195
224,271 224,271 00000000000002c3c5b82c2cdaecf783ce4cb4bd71af55aa692243287b8b1a6b 319 0.18 vMB 121
224,270 224,270 000000000000005c46405069480e8b1ac8f706c7652afef69b132c047bb877e3 716 0.25 vMB 256
224,269 224,269 00000000000001f05412dc7c3a5d072ad60ff975aa2e14f87824b7ac66a1759d 193 0.11 vMB 153
224,268 224,268 000000000000010ae45858ba06579ae88e4a55439d37d8bced7cb0bea2284f89 563 0.24 vMB 220
Previous 10 blocks ↓
Total Size: 779.62 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: 301.62 GB
    • Received: 1.33 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.