Loading Tool

Explorer IconExplorer

Memory Pool

71,660 transactions
27.74 vMB
0.06090278 BTC
Random Selection Loading Transactions
Max Size: 164.49/200 MB

Candidate Block

Mining Attempt 18eb3baff830c16ba1579f0dbaf26fdde65d54113ab6d53956bb808adf96a924
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root c3ce201a9463c72b8ec69bdb9e355e4a6a931e285331f98e91060d7d3c930f38
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,940
Size: 1.00 vMB
Total Fees: 0.00566385 BTC
Feerates: 101.52 > 0.57 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (805,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
109,423 109,423 000000000001597632af35740215da5b108c6d00ed3d84d50cd83d3f2e4232c0 5 0.00/1.00 vMB 0
109,422 109,422 000000000001c4895b0f6719ff3f0c1b64a9fa3672bf7e3b6a3120c29602f7f7 2 0.00/1.00 vMB 0
109,421 109,421 000000000001c2d874c491c8cf3f56e64a288bbf3c268d7339b6e6731ae5d095 7 0.00/1.00 vMB 0
109,420 109,420 000000000001c75f57422f90092ea13001421e78c206160654dd9f4f578f17c9 12 0.00/1.00 vMB 0
109,419 109,419 000000000000de60f5adb6d6de0101f46454246f5e53517a6cbeba50c3fc7ee6 13 0.00/1.00 vMB 0
109,418 109,418 00000000000135d6b5d9d25c6f4dcd7f7a80c9ec5cc6f21830a9e047bad4fb67 12 0.00/1.00 vMB 0
109,417 109,417 0000000000016955b67bf24080ab1df9b31fe08304ef48bd6b3ccaf86c5bfd89 49 0.01/1.00 vMB 81
109,416 109,416 0000000000011724e16547699035ded6234a913d35183f24a141740755c22814 8 0.00/1.00 vMB 0
109,415 109,415 0000000000014ab094b95e137ec2939b71af58e11e0fb95cdb5bc9c85f65ab2b 2 0.00/1.00 vMB 0
109,414 109,414 000000000000caad07ee8510e34a611962aa33d42197f33da0950b45e02d0aa9 1 0.00/1.00 vMB 0
109,413 109,413 0000000000009c9e9a23aa88150a442bef3cef6b6db8f4f7c9cf1e390105867b 10 0.00/1.00 vMB 0
109,412 109,412 0000000000016ce44d7e53ad1f11b0d2d555cdb61a47fd4e2b8b827842498aa1 7 0.00/1.00 vMB 0
109,411 109,411 000000000000ea9ba59749a09e8253151758046d48edb70edc650946b34f8f26 10 0.00/1.00 vMB 0
109,410 109,410 000000000001c62cd73ff613860ec85244e594eff654a623d5f6faea19825904 4 0.00/1.00 vMB 0
109,409 109,409 0000000000003672ced76be2f4889554773231229b7e904176376319fcdf0da0 11 0.00/1.00 vMB 0
109,408 109,408 00000000000118816378dfdec6bc5c119b0db0e4a08b280d136355aa3c802efc 8 0.00/1.00 vMB 0
109,407 109,407 000000000000ecd8974cf40c43bccec81f7f9ccae716398fb8ff62c8e9a7bc45 7 0.00/1.00 vMB 0
109,406 109,406 00000000000179471bb15b9c1b42a673485f741c4aa83efd859a9200e74ab1bb 8 0.00/1.00 vMB 0
109,405 109,405 0000000000018e3e656eb1f48512d6f8db331a14c62fbd7a227669f892f1e6b4 32 0.01/1.00 vMB 0
109,404 109,404 000000000001415cb699402b1cb8638952dd304052266118fa130d5d03d6c823 10 0.00/1.00 vMB 0
109,403 109,403 0000000000010f582a65e26dcdfdddd0c34e6e64981ff3f838c205324fab2a3b 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.45 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: 667.42 GB
    • Received: 15.25 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.