Loading Tool

Explorer IconExplorer

Memory Pool

22,939 transactions
11.03 vMB
0.05586438 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 61.45/200 MB

Candidate Block

Mining Attempt 052a714c7ffc298101e851e425764f31dea29b024534c786bf732a4e56bc3a90
Version 20000000
Previous Block 000000000000000000000f90947a27ce4f53637046d919c82bc1a74ce491070e
Merkle Root 768ef76549c085ad2228135b33523b349d65cdb06cd02419b55a6b9ad7d05067
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,282
Size: 1.00 vMB
Total Fees: 0.03441904 BTC
Median Feerate: 2.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,568 (899,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
14,189 14,189 00000000a7e616771b498b42c81623632afbda5ea5d206a83077312b487d9497 1 0.00/1.00 vMB 0
14,188 14,188 0000000076eb0ad97572e8f45cad911e2069b4f775120cb1a5080d7e5c430dc9 1 0.00/1.00 vMB 0
14,187 14,187 00000000c83635a3463ea1910d76eb296c0bdd2d70859cfc2a7cd6bd69bbf8fd 1 0.00/1.00 vMB 0
14,186 14,186 00000000974d5be4b7af78b5614efa59effc39338bc61748279bdc30fda71ec5 1 0.00/1.00 vMB 0
14,185 14,185 00000000b77e4e293ff50836d57a8a236f5aa1877b9d528134b68c055d2cad64 1 0.00/1.00 vMB 0
14,184 14,184 000000009596e7338f1ee584573b75d19835a7717f7b622839ffd0197d8eaed2 1 0.00/1.00 vMB 0
14,183 14,183 0000000089999e2637e73a09d9b60b8a917a1b938582eb61c59842a6021ff8ab 1 0.00/1.00 vMB 0
14,182 14,182 00000000a743b85dd2450b894204724ade54851a6b0ad17912f585d8de35d894 1 0.00/1.00 vMB 0
14,181 14,181 000000000dabdb3329018ff7675dd225c8340aecf070cb5af2ccdad93070afef 1 0.00/1.00 vMB 0
14,180 14,180 00000000b1dfcee0f8df6f7193901f9f734eee4c7dd99a56f67d26f5bf5328e2 1 0.00/1.00 vMB 0
14,179 14,179 00000000b0dc2b6e78381087c54075af1daba6773cc95b2da3b51dd3755b080a 1 0.00/1.00 vMB 0
14,178 14,178 00000000e16dc1ae34306ebb51aebf0146ce6c2e297bf32791dbc65f3056228d 1 0.00/1.00 vMB 0
14,177 14,177 00000000720e9137e051221ae5019a6294b6d4499ea934d494e41156e434798b 1 0.00/1.00 vMB 0
14,176 14,176 00000000dc87131639cef89caf0f31cccde52a8bf99e0ccbe5dc68b5a9e3fcda 1 0.00/1.00 vMB 0
14,175 14,175 00000000386a6159509442d53c64d20556686b42c546d47b201bf94080c1c47d 1 0.00/1.00 vMB 0
14,174 14,174 000000002eb3ff6e976c283d58474d9b2633d6a8e8d47bd049260b8db029f1e2 1 0.00/1.00 vMB 0
14,173 14,173 000000007e71b1ffe1387c32ca9d28131366dfba0ecbbdc23b52f81c56bb0b04 1 0.00/1.00 vMB 0
14,172 14,172 00000000af52313835f16308d90fa88b6aacfd473ae683e51565834cf11eb76e 1 0.00/1.00 vMB 0
14,171 14,171 0000000093725f6c80d3a095b69b4df7ee158608bfbe30828176a375dd617089 1 0.00/1.00 vMB 0
14,170 14,170 00000000a4a6975de1c250938d02d4a38383b91ab8f8e49f9abc2a90548d1ea8 1 0.00/1.00 vMB 0
14,169 14,169 00000000e5ae8c19fd5586bb32b7efac2e79d2bcb21e5fc584db530666c12630 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.85 GB

Node Details:

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