Loading Tool

Explorer IconExplorer

Memory Pool

26,846 transactions
12.27 vMB
0.03776569 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 70.59/200 MB

Candidate Block

Mining Attempt e7bbc0613fbfb85530535bbad468c10ca3ce0aadcfd286e0d15bf6115619d48d
Version 20000000
Previous Block 00000000000000000001b4e0c3e4d0289f01b1b913463163383a26e4b927bb95
Merkle Root 609a40e41d1e75096546d8c4ae1b542b50a0eb4519b2b56cf1349418c00bc47e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,938
Size: 0.99791125 1.00 vMB
Total Fees: 0.01681535 BTC
Feerates: 203.60 > 1.69 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,775 (715,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
198,535 198,535 000000000000048cec5e530942f2f3e2798bdae629efee32b249a675e6bb4611 174 0.05/1.00 vMB 163
198,534 198,534 000000000000052191189338e1c8b9f4db7ff81972b226c070ab4b8d66b75afe 360 0.33/1.00 vMB 109
198,533 198,533 00000000000006042e2a131fb6adae13a21a934bf3b8b6a0805ff3d913dc1d39 47 0.02/1.00 vMB 160
198,532 198,532 00000000000005b0cf1c444e152366d7afae79fb0d6606338b736e75f8771e21 96 0.03/1.00 vMB 186
198,531 198,531 000000000000027686c4206eb6a85598e9804ec203403babe15310437b5cf428 266 0.08/1.00 vMB 108
198,530 198,530 000000000000057d67c2a3d5048cd41216e37e92393fcb9eecdeece0245df2da 128 0.05/1.00 vMB 249
198,529 198,529 000000000000007bc081a491c01f20c92eceb6c99c14f77f8b2cf4ec4523560d 227 0.10/1.00 vMB 226
198,528 198,528 000000000000025b8e21b3eb74baf5167e8aff56c3353f8ee1b34107d70a0095 127 0.05/1.00 vMB 457
198,527 198,527 00000000000001da92d41936e0b080eeb6b0baf57867b7842e9ecfccf198e2f9 194 0.10/1.00 vMB 259
198,526 198,526 00000000000004c1f5584adaf41b508da87f0275b3c5869fdb978cfd443c99d9 281 0.14/1.00 vMB 135
198,525 198,525 00000000000002c1322c3162f2947a3259ce76306b06c0dbfdf1f395814c6261 139 0.06/1.00 vMB 122
198,524 198,524 00000000000005c461ddca7975ef2be14e3570ad4e92814365ac77c139867bbe 136 0.05/1.00 vMB 101
198,523 198,523 000000000000008cf8a2435d143a0cb0928bb4eabbe97a946a531d179331eeaf 22 0.01/1.00 vMB 105
198,522 198,522 00000000000004b5c6e17dae757af0e4fc7a56f9d5bf08887c0751e62ba84891 681 0.25/1.00 vMB 136
198,521 198,521 000000000000047de6806a5be1b81ad41f212b4dd42194944dea57351f061acb 567 0.25/1.00 vMB 151
198,520 198,520 00000000000000114a2dcd21b5ffa7a352ccae5f38c3770eb75309d37429c8cd 267 0.08/1.00 vMB 150
198,519 198,519 000000000000032cb636f879469dbd59d70c14d1ba80384d6bad495bf1d424a0 455 0.16/1.00 vMB 139
198,518 198,518 0000000000000275c4669591a4642f46cf5cdf1694f08119740317d488e3afb5 145 0.05/1.00 vMB 411
198,517 198,517 00000000000001191be2dc65bb974ba5dee5df1f8289cec020b29192ac9538f7 93 0.05/1.00 vMB 751
198,516 198,516 000000000000008f30a4aeddc763b0c35ae1b5db41518dcbea04d2a2e98981a1 240 0.09/1.00 vMB 622
198,515 198,515 00000000000002633e352898504e1c0a025adb27783a8fe43ea697a41b0a6f6d 36 0.02/1.00 vMB 100
Previous 10 blocks ↓
Total Size: 780.23 GB

Node Details:

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