Loading Tool

Explorer IconExplorer

Memory Pool

14,000 transactions
5.72 vMB
0.01927074 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 34.20/200 MB

Candidate Block

Mining Attempt f7e82ffbf0ae5162ce9704da23c60c92499ae8dc9c84cf350f872c7bb35329ad
Version 20000000
Previous Block 000000000000000000008aabb7749a6ed62d33a69524678c2e46a9362255797c
Merkle Root 2bf9f66dca83772ef6776e4ed09ab9f7c8e48f88299659cb8276ce59872dcc3f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,028
Size: 1.00 vMB
Total Fees: 0.00966439 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,454 (707,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
206,351 206,351 00000000000000b4539556313eeba8baa9142fd491f5d9a281c23507c535be19 132 0.05 vMB 174
206,350 206,350 000000000000024e69cf8df964cb083adc3f31b20d9086bd653476258e4f5c3f 489 0.22 vMB 173
206,349 206,349 00000000000001f602650ff515e77204883a5c0f670ac259bccb30b70f0330d3 49 0.02 vMB 148
206,348 206,348 00000000000004a98f78fe912112e5d29893d8693b2c165f54c8cb13f7f2533f 148 0.08 vMB 126
206,347 206,347 00000000000004cbdf9504e1f7531489ecc40341372437fdde02bbff5c7b561b 742 0.25 vMB 213
206,346 206,346 00000000000002fb665f5a5fe6016b785dcfcc8a94fd64d2c41bc7adf93afec1 528 0.17 vMB 200
206,345 206,345 00000000000000299debf1a957c97d5a3f3936bdbfbbe935ad05fd15310e28cb 236 0.11 vMB 140
206,344 206,344 00000000000004bac759b520ced9a51a85cd798e7f7e3a9a56f0f10e2ae761b0 76 0.03 vMB 45
206,343 206,343 000000000000033260634afb07330b5141c93d339fcebf33fe4bdf20c24dca0c 316 0.17 vMB 161
206,342 206,342 00000000000003bfe6f173d231d8acabd3ea8b39485b654349cc9ec6eacb933a 1 0.00 vMB 0
206,341 206,341 000000000000010c7823f27be8498f95818cb5b9f0134359c054a12e6deb45c2 377 0.16 vMB 205
206,340 206,340 00000000000002be67ba091255c02225195b9d820c5b819514976e0966d2c13f 12 0.00 vMB 161
206,339 206,339 0000000000000456a418497ce06a135ec760cfacfebd2bf0b2b8f6181744a34f 632 0.22 vMB 231
206,338 206,338 000000000000035b4d8edccc1b59607b1fedcb99b649e1b2aa79f1fe6ef149fc 47 0.01 vMB 211
206,337 206,337 000000000000038359aa1107928949c1652674a1f87ebfd2557f869ee78b38e4 86 0.03 vMB 141
206,336 206,336 00000000000002930f48fff41bd433b81a031633abb8fe1a4c88d83c85185481 15 0.01 vMB 108
206,335 206,335 00000000000002bac59054952c41e238503e31627150bec7b79610e820b280bd 210 0.09 vMB 165
206,334 206,334 0000000000000001f78072b87f74df67c0d8c3ed71cbfe12d3894fa17da67809 75 0.04 vMB 171
206,333 206,333 00000000000001acc6ba1caa93a8e81b70d4bf7b56901ffda9ef1a91aa674c60 222 0.16 vMB 196
206,332 206,332 00000000000001679278a24826f34ca5297085066b07494b846b4bebae88bce2 77 0.02 vMB 130
206,331 206,331 00000000000003bc4260c68db7f6ec3536cee5a5ccb2c48396b04b6b737bd0c2 105 0.04 vMB 360
Previous 10 blocks ↓
Total Size: 779.66 GB

Node Details:

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