Loading Tool

Explorer IconExplorer

Memory Pool

49,123 transactions
29.80 vMB
0.09556059 BTC
Random Selection Loading Transactions
Max Size: 158.75/200 MB

Candidate Block

Mining Attempt 96050b3caaa59f04229c64b8f36fc4f7fd6c6c70ad9447ffaeb00ee2ce3e4035
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root c805fe8bfcddd8f6f336a781480967a75977d30f73309e96e2a1fbfcc42ee3da
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,242
Size: 1.00 vMB
Total Fees: 0.03186346 BTC
Feerates: 150.68 > 3.19 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (874,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
40,347 40,347 0000000055882e7db01667ad951499fbe67627c425a53b53883fae04b69b8d9a 1 0.00/1.00 vMB 0
40,346 40,346 000000000df8ad504560a25322b4cc835db27cef6b22ecb6ed62142338369b12 1 0.00/1.00 vMB 0
40,345 40,345 000000006124f292e159c158e1bc2a7d5d412b57228a98b152f2cfdd94d2b72a 1 0.00/1.00 vMB 0
40,344 40,344 000000001c2163a575fafbad0a3c950ec5d79fc6e604a35ab6328ffa5a2d8d7b 1 0.00/1.00 vMB 0
40,343 40,343 0000000040bbfbdc7e447350eed8e0e014b4234f38b264c35f9ccd7100cfa2a3 1 0.00/1.00 vMB 0
40,342 40,342 00000000126726cc0c3cee313bb41afbc7edef9f70825e2520a7625313ec0886 1 0.00/1.00 vMB 0
40,341 40,341 0000000017d737a8f144594cb0e5e628d0e7c4f79ecf84569d8744def35f7270 1 0.00/1.00 vMB 0
40,340 40,340 00000000074c6c9cdc08c4675b96263b16ec894538183af9759cc124f63b9947 1 0.00/1.00 vMB 0
40,339 40,339 0000000013ed5f80a2273cdea547c415d09517e5cd438e9af7febef12c9d91ca 1 0.00/1.00 vMB 0
40,338 40,338 0000000044ec2b6c307eb3b7f2ff69cd656afa90ab1679e23b156098c092c6ea 1 0.00/1.00 vMB 0
40,337 40,337 00000000524f602c531a7a4dcf19a9012bb12c720d444d990e5f766e4b2eedc0 1 0.00/1.00 vMB 0
40,336 40,336 000000002dd78e1e74e1ebf6ff587a7299ff3b8e38e312d994ca0174711d498d 1 0.00/1.00 vMB 0
40,335 40,335 000000002ffd435e1325135245c7ac19b695d92fcf146c88b6f66e3b30c61aaf 1 0.00/1.00 vMB 0
40,334 40,334 0000000057f905b5ebc96022aed1f80153251f5723d59ab880b55dc3781d0c87 1 0.00/1.00 vMB 0
40,333 40,333 000000000bca1c6dbb52868106482ea08b405b21c5921f6d113fcfe0c6db07f4 1 0.00/1.00 vMB 0
40,332 40,332 00000000228dbd536ba7a656084592e1d8c344ae53824bfd39cade64fd5e330f 1 0.00/1.00 vMB 0
40,331 40,331 000000003be725a25372e729b8f36545207ec10e381a757259be417610228845 1 0.00/1.00 vMB 0
40,330 40,330 0000000039f01134b9aad8b0476c65a7a2364ed7b61604eb7ba2a3104351c28a 2 0.00/1.00 vMB 0
40,329 40,329 0000000057e9f305009605e46c4945a3848d5f4b664eb47e09aa4741be9de43e 1 0.00/1.00 vMB 0
40,328 40,328 0000000037beb478836a3e8d52436ee4efc6f9e020c0653b05cd3677ed958f3b 1 0.00/1.00 vMB 0
40,327 40,327 00000000343911ed47c9844d6c2333a86eb0ebdf1cc404fc3e9d4206cdf915ec 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.