Loading Tool

Explorer IconExplorer

Memory Pool

30,719 transactions
25.01 vMB
0.05906673 BTC
Random Selection Loading Transactions
Max Size: 124.63/200 MB

Candidate Block

Mining Attempt 286676a0aee830a779eb57f8d5815406190ecf5df5c7fe20bf20d0d1408d90b7
Version 20000000
Previous Block 0000000000000000000027ea5e830865523709471e1800639083b2605d13dfd3
Merkle Root 5c7ac1cffb5aad4e53b4693926fb08e56261d1be50e6cc0a93ec3376e49b7cd4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,214
Size: 1.00 vMB
Total Fees: 0.01427923 BTC
Feerates: 100.24 > 1.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,702 (848,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
65,860 65,860 00000000059c3a75b638886cd462f895fc81d46f2dcc484f52fe621a0a1c05fb 2 0.00/1.00 vMB 0
65,859 65,859 00000000068a91d7acd249fe666317d1f234aff187a1e499af891e78434eea2a 3 0.00/1.00 vMB 0
65,858 65,858 00000000057c1e38298c82c901bc5ab5fd31c687820f59ac0688553404ef5c75 4 0.00/1.00 vMB 0
65,857 65,857 0000000001a22fa83e4b4e93af466a02a8798f0eb0a73b4c3f7938b73403b96a 3 0.00/1.00 vMB 0
65,856 65,856 000000000305f3ee97aa133eeb1ca8bb656e52308de950de404b25f325b82445 1 0.00/1.00 vMB 0
65,855 65,855 0000000004e4037ed06b47aca8a0131424fc8783c12d160af56ce48b79aa49ce 1 0.00/1.00 vMB 0
65,854 65,854 000000000062cfcc4cbd40f4bc02c2816662a48c099bba1cf05fdffc0a66ee44 1 0.00/1.00 vMB 0
65,853 65,853 0000000005fc666ab51520048a348cbc16a26fc2ae0d0b03c0b4de00791d3e85 3 0.00/1.00 vMB 0
65,852 65,852 000000000a2687b90bf53ba9729217b443746025fef9658f31f76becff47ef31 1 0.00/1.00 vMB 0
65,851 65,851 0000000009be707bfaf32742508b332a5acb2717add4a184c7da989174ff3248 7 0.00/1.00 vMB 0
65,850 65,850 000000000432642e1b34c9198a33b7606537a8685228de40e8b2b6a6cfb411b5 3 0.00/1.00 vMB 0
65,849 65,849 00000000005289d7142337c4c7a78367a0a408810ea578e9578b52ffaa8b45fe 1 0.00/1.00 vMB 0
65,848 65,848 0000000007f0dc5f59b21a4917c2980ee1d8d790305b72f08d240a24315f2fb8 1 0.00/1.00 vMB 0
65,847 65,847 0000000006e4c0d4a54d0862cad2d7fb12cfa205e9ebd416186da2b3159d4a0e 2 0.00/1.00 vMB 0
65,846 65,846 0000000008eefd95842b824d3d7cad02ee087d40e5757a109b9a30d8047d673c 9 0.00/1.00 vMB 0
65,845 65,845 0000000005b4a89f47bd8345c41648dde0c4b57050db69b6c24e2cfb5bc51de6 2 0.00/1.00 vMB 0
65,844 65,844 0000000002b971f9295b6f259e30f78f55042a8a8b8227569deade496cd82000 1 0.00/1.00 vMB 0
65,843 65,843 0000000006e71ba9837670f46574ecfdedf0e6efc8208159414010b78ae4b846 2 0.00/1.00 vMB 0
65,842 65,842 000000000819ced17a4dec7cfbf94e63c2ac029c4c52c47c781521b04402ba1b 1 0.00/1.00 vMB 0
65,841 65,841 0000000004abb3cbfb11b57ec5ebfbf91be4bbf4bc044c0b3f8fbaf55336bae0 2 0.00/1.00 vMB 0
65,840 65,840 0000000000e1cb6960fab76e495724395c526e75aa899582a2dd5b6ecf8fce25 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.86 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: 641.98 GB
    • Received: 12.53 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.