Loading Tool

Explorer IconExplorer

Memory Pool

28,036 transactions
14.17 vMB
0.05101946 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 77.99/200 MB

Candidate Block

Mining Attempt 0e568efb68fe4178e2a923cc6325f8b209322bc6079a4214d8c01d5f3d87d2b4
Version 20000000
Previous Block 00000000000000000001525ca79a5928e01ae69f067bf154460c8ad0bffe4173
Merkle Root 69102da6a2492fade7d49c0014e436c1c8b4b8890e55fc3c3cac4379c721dde8
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,167
Size: 1.00 vMB
Total Fees: 0.01658509 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,252 (771,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
141,845 141,845 00000000000006809de1d1363db76d930aca5e4ed1467d039572ec140b9107c6 113 0.05 vMB 152
141,844 141,844 00000000000007d36946c90bf6e8bb8ab90377eb54c4c9826b9cb8890160b105 84 0.03 vMB 182
141,843 141,843 0000000000000062858dfe579c300a22cf07b635976e9d678c13cb9308e97eda 112 0.05 vMB 196
141,842 141,842 00000000000008a195cf141341044a2f44778fd496d09edce0d8133a3381ada4 36 0.02 vMB 110
141,841 141,841 000000000000060c061a84ece6c4c6320fe1e4b156b445bbe17ed3d7c2ecd7d0 6 0.01 vMB 59
141,840 141,840 000000000000001746162ed42b463453bf5d0cdef8cdf1f7379a856a510af608 1 0.00 vMB 0
141,839 141,839 00000000000005a2e6282972afe02cddafc9e8a66f6ebc492c42331d8123ff7c 25 0.01 vMB 435
141,838 141,838 00000000000008327b763814aa651a5d7765b303ec1a140281057c00b967d62f 75 0.02 vMB 352
141,837 141,837 000000000000021c02284297ec053f3715d86256ab174924361d5c09c82f52e2 121 0.05 vMB 211
141,836 141,836 000000000000093be8ec934c2c6da61a86ef1481f80f004b39e889b87a90a0b4 18 0.01 vMB 325
141,835 141,835 0000000000000039060f73548aee16f55344f1f8130b815602494fa1df2de6a5 44 0.02 vMB 304
141,834 141,834 00000000000005a8208a9d20affb7b92ef48f07048f1c74be56af3a1c9716087 54 0.03 vMB 223
141,833 141,833 0000000000000311fbbb1eb314c112a32555fea82a807868b80bc41d43d43a95 98 0.03 vMB 253
141,832 141,832 00000000000003776f5aeaa5bb7990162fbd9ec9f5b6e0cf6fcd965605277bfa 49 0.02 vMB 438
141,831 141,831 000000000000073d5d77c1767b7ecefbbaa61ed01753b273b617fe58e2d74549 51 0.02 vMB 9
141,830 141,830 000000000000043fbe0d4c04a9fff9d948a7c50784bc894062dbd54050da4539 1 0.00 vMB 0
141,829 141,829 000000000000029f35191c8730ad68fd6daeb7acfc955fbe14af67bd56461fdf 68 0.03 vMB 202
141,828 141,828 00000000000005176f0b5fa0ce145496d33fdefd1014d933cc7ffcb17604e65a 140 0.05 vMB 189
141,827 141,827 00000000000004b462ed64378fd79a460017da290e00243d24fc167f3fe81e73 153 0.05 vMB 180
141,826 141,826 000000000000007ce9a56ed7349fae371f3539de109dc3018be1a8eb2d524b1e 7 0.00 vMB 568
141,825 141,825 00000000000002f1aacee357a00138678af9a3a6f9cd878a0c81a80af835486b 8 0.00 vMB 52
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

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