Loading Tool

Explorer IconExplorer

Memory Pool

31,477 transactions
9.93 vMB
0.11750965 BTC
  • 1 sats/vbyte = 10 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 63.18/200 MB

Candidate Block

Mining Attempt 9b17e8e5a0026e203a3e0634fbf6408f582849a660992dbce7fa579543446de9
Version 20000000
Previous Block 00000000000000000001ae806ffbb20a37afceb8c324178acedfa24b5fd1da9a
Merkle Root c98f2367ede63e542e555c2f2545830eeb0935d3d98ae680556472fa112ff391
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,627
Size: 1.00 vMB
Total Fees: 0.03552346 BTC
Median Feerate: 3.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,217 (773,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
140,006 140,006 00000000000007cb9e2c1d13c4157ca5291ee120549ee08216f9107ad3119d44 145 0.05 vMB 127
140,005 140,005 000000000000049a6479cbe9e6a17f7c72126ce7191da22547d7c6fb115c5feb 134 0.06 vMB 220
140,004 140,004 0000000000000548ab5ec173c781944c60c71fcd56d7d78b752fffe74727d5c4 85 0.02 vMB 0
140,003 140,003 000000000000037540057370cbc584913fb9337d956aac6596fab0cd4ec16323 32 0.02 vMB 477
140,002 140,002 00000000000008deb0325ba4c496dff9c710f81144c3410c1c0450971c3891dd 131 0.06 vMB 240
140,001 140,001 0000000000000697dee71229cfbce9ac011b900f65702f62ccb09849f7556e88 13 0.00 vMB 596
140,000 140,000 000000000000086e28cf4717a80066def0ec26c53d660582bd997221fef297db 127 0.05 vMB 315
139,999 139,999 00000000000004c9097060ab759f560e95eea0692797f9c76b09f116d2fea629 105 0.03 vMB 36
139,998 139,998 00000000000007ced1a3b1e801347892b2573c3ee74208e519ed3ac54141cfa3 71 0.03 vMB 259
139,997 139,997 0000000000000757cb3d79b341ddf2522e1b98668b5ab9a07a719efbe0ad7e2c 87 0.05 vMB 160
139,996 139,996 00000000000002e516148d2c801fd75e4a57b9f648b81926fbab8c089d8c8eb1 41 0.02 vMB 288
139,995 139,995 000000000000076886502d6a41ba709589b4bccc907f4b1e69281d1bee0914e9 8 0.01 vMB 44
139,994 139,994 00000000000000e9a9ea00ad6fc12fbfea912edb7954b2a64f58cc3d44fccd3c 8 0.00 vMB 501
139,993 139,993 00000000000002982535448376b7103abe0e60ed6f783f945fbe6dbd8689e1a7 27 0.01 vMB 498
139,992 139,992 00000000000005a97b876cdec88b5ab1ff6f93ef7a48fe1ab23616478a7da388 9 0.00 vMB 40
139,991 139,991 00000000000000bb44d5228ebb1548540b7148bbc8421d6144237c78674c3e23 36 0.02 vMB 83
139,990 139,990 00000000000008d01930b2ee3a0fda6b7f94d68b92d3f63f45a6457db441af4f 8 0.00 vMB 444
139,989 139,989 00000000000000178cbf6dc3539bcb5c752d72c64edcc2ca282b77a13e726cb3 102 0.03 vMB 156
139,988 139,988 000000000000008058a3be6e8c4872d2ef9907be901320400e3c6fd9f45a0197 62 0.02 vMB 138
139,987 139,987 00000000000004292c04aa9a26af8c086c3cb746c720013e22b71f3e349b2e84 115 0.05 vMB 250
139,986 139,986 00000000000008337f52c0b9b98d10aa8dc9e7c49259bee41ba87191c16d1491 112 0.05 vMB 53
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: 72
    • Outgoing: 10
  • Data Transfer:
    • Sent: 22.65 GB
    • Received: 0.45 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.