Loading Tool

Explorer IconExplorer

Memory Pool

79,106 transactions
29.63 vMB
0.10679682 BTC
Random Selection Loading Transactions
Max Size: 178.31/200 MB

Candidate Block

Mining Attempt 6d820665202912bc777222eaeec28552c5e514689276b84b616131f757fffed4
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 9e53f585f9bd440d228c37dc7c580978d7e20644ccc0fadd33e5f96575143cff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,558
Size: 1.00 vMB
Total Fees: 0.04132416 BTC
Feerates: 164.34 > 4.14 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (275,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
639,400 639,400 0000000000000000000c93336fe5a7f4fcabe2309e6aac6c41f9a05492c2c511 2,624 1.00/1.00 vMB 71
639,399 639,399 0000000000000000000cb45feed934ebea0b3a39d99dfa8d72d2cb0bb6493cb5 2,805 1.00/1.00 vMB 84
639,398 639,398 0000000000000000000fd9fb1ed55d3b408d9fb22b13556fb9709f4bb568b500 2,694 1.00/1.00 vMB 60
639,397 639,397 0000000000000000000a8de6256929bff05fecf9fe6088a1c1085ca519a03b2b 2,953 1.00/1.00 vMB 63
639,396 639,396 0000000000000000000c3364ed5a442a3405c6a34a7ab659912ab7331b7e46da 2,946 1.00/1.00 vMB 57
639,395 639,395 00000000000000000000dd3f73cb47768bb0a6f34c8a48d9e8936293b8dc81af 2,723 1.00/1.00 vMB 59
639,394 639,394 0000000000000000000b808eed5813682dd714cc52fc44b91c5f7267aebd7dac 1,774 1.00/1.00 vMB 68
639,393 639,393 0000000000000000000dde6a738f87488e0f4880ecdd2b38b07a9c84fedeed83 2,471 1.00/1.00 vMB 67
639,392 639,392 0000000000000000000f198818f04620da1bed5938099cf5fab9e69e0351479e 2,523 1.00/1.00 vMB 68
639,391 639,391 00000000000000000001c9eb1e4a6dbeeadbb55832901748c172148eb896aa6a 3,283 1.00/1.00 vMB 80
639,390 639,390 0000000000000000000c2e24e1a757ee9f544d83275b0b79582c7a2b6d88f24d 2,439 1.00/1.00 vMB 58
639,389 639,389 0000000000000000000e47680450fd9043097e79821418423d290091e540f44a 3,055 1.00/1.00 vMB 56
639,388 639,388 0000000000000000000470ee41b16278351f196bed8f19acf737e6d7e13e1d2b 2,775 1.00/1.00 vMB 69
639,387 639,387 0000000000000000000690549e19dac9b87f746061c1e7a177beb3c702db6b9a 2,882 1.00/1.00 vMB 68
639,386 639,386 0000000000000000000c6187f32219e27c5c0f2d0b5e0a1e69adc29cc6e44636 2,796 1.00/1.00 vMB 63
639,385 639,385 0000000000000000000b05d2f80f9af53ccf1ae12ec0ee4cc5df16eeb32d07c8 2,718 1.00/1.00 vMB 79
639,384 639,384 0000000000000000000831037a458c8270f834fbed624a9f671e4972b72104bc 3,061 1.00/1.00 vMB 78
639,383 639,383 0000000000000000000d4c8855266f13bf6b6645330f663bbe98cf99b4396740 2,837 1.00/1.00 vMB 61
639,382 639,382 0000000000000000000d4dc876c5b8c0e2b29f3098ed982af9c4fa6271da2572 1,138 1.00/1.00 vMB 55
639,381 639,381 0000000000000000000835a198062397a3f9ecee6838b872f2d000374a1299b7 2,500 1.00/1.00 vMB 70
639,380 639,380 0000000000000000000e9be7cd93fee67486680ee334b6abf1931a9edcafa84f 2,841 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.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: 673.05 GB
    • Received: 16.36 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.