Loading Tool

Explorer IconExplorer

Memory Pool

78,317 transactions
29.35 vMB
0.06586533 BTC
Random Selection Loading Transactions
Max Size: 176.39/200 MB

Candidate Block

Mining Attempt e2c508b794ad9a8cd7c6e1fddf735df571f83e594b0266c7e943097289400ecc
Version 20000000
Previous Block 00000000000000000000801f3e91662b185797f56ba83fa8ef7c650b3a81ab8e
Merkle Root cad1f9f61dffcbb678af675f648f084fb86efbc4e33847fed975a387d3b230b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,217
Size: 1.00 vMB
Total Fees: 0.00629529 BTC
Feerates: 104.71 > 0.63 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,001 (339,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,348 575,348 0000000000000000000bd90f53dcc5b8813a96d6df5304e73558d73f578073de 1,862 1.00/1.00 vMB 91
575,347 575,347 000000000000000000020349af1964eb3a47451b51f172b768e377a6842194dd 2,993 1.00/1.00 vMB 96
575,346 575,346 0000000000000000001261f67440b680e53418264e5f488bbb16a9f2941aaad2 3,301 1.00/1.00 vMB 94
575,345 575,345 00000000000000000024ece831f33fbb489adb40bf921e4027fb7d035f7228c2 3,180 1.00/1.00 vMB 102
575,344 575,344 000000000000000000024fff922c2e823385d6669c31f99ad19b503659e8f0e6 2,190 1.00/1.00 vMB 25
575,343 575,343 000000000000000000277e7a28795bafd466fe13ef7397e2c59994c9946eae9f 2,732 1.00/1.00 vMB 34
575,342 575,342 00000000000000000013113b6bae51edcdb774450d85f6395f2fc2ddea497800 2,032 1.00/1.00 vMB 21
575,341 575,341 0000000000000000000553864f70dd499354f6ee46e1dcfdd5fa169135d69a67 1,537 1.00/1.00 vMB 2
575,340 575,340 0000000000000000000afe04af305f885d67b6d666cea19fcb431c9b1b04a519 2,867 1.00/1.00 vMB 51
575,339 575,339 0000000000000000001041d7558628cb66e8ecac5fe21c3a2b8f6a34cd2dc8a8 616 1.00/1.00 vMB 3
575,338 575,338 0000000000000000001455cd0a0bb9a77a0c5af82eae25cf0d8620d0c0a83bb0 1,823 1.00/1.00 vMB 8
575,337 575,337 0000000000000000001034968ba2c375bd27d680a1942ddb8c3b1baad7aed96a 2,248 1.00/1.00 vMB 18
575,336 575,336 000000000000000000228d5c00688d518b1e7b56bf5aeec5c6966c3da7b55a12 2,962 1.00/1.00 vMB 68
575,335 575,335 0000000000000000000a1fe517fcafb1f1952cff5cbf38411077e93c3ef63523 2,600 1.00/1.00 vMB 49
575,334 575,334 000000000000000000202e5a3c62b819cdbf0009eaffdf72b96bb2bac6493308 2,159 1.00/1.00 vMB 47
575,333 575,333 00000000000000000000e4529fb304deb284e76b4744734aab06b259ac0e9a7e 1,207 1.00/1.00 vMB 13
575,332 575,332 0000000000000000002284fa8d529e4b25c64b506a663cc63b9d1b085ca6641e 167 1.00/1.00 vMB 11
575,331 575,331 00000000000000000027853c93e802be2802b163ff1a036a86d6f147eefffc7d 2,131 1.00/1.00 vMB 62
575,330 575,330 00000000000000000009e37c71a5c34bb91202b9f4077716497d81f12ab1b402 2,189 1.00/1.00 vMB 16
575,329 575,329 00000000000000000009a8e67bc0305ae34d42ab79c784efd8c4e3cad2532ca1 2,872 1.00/1.00 vMB 92
575,328 575,328 00000000000000000000f4ade5daaf5118c0ef13d120e7030fea3d339059eb48 2,556 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.40 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: 664.69 GB
    • Received: 15.03 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.