Loading Tool

Explorer IconExplorer

Memory Pool

25,964 transactions
25.01 vMB
0.06698446 BTC
Random Selection Loading Transactions
Max Size: 120.79/200 MB

Candidate Block

Mining Attempt 85683db56fd5786ddb05c0dde96b9bd24558d17536f110446ba3b8ca50f68962
Version 20000000
Previous Block 0000000000000000000100c3b4decfa6a2417754a8ff8e10e294117889df7a0a
Merkle Root 7b6b41fc12bb7d91aba8951d61417e9ee6774d69653f3ac7892ecfdd1e76d5e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,596
Size: 1.00 vMB
Total Fees: 0.02156881 BTC
Feerates: 100.69 > 2.16 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,178 (877,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
36,464 36,464 00000000a40ee4623dbde6f0cad28c2a1680dbde8b9165df85c51f653e1ba242 1 0.00/1.00 vMB 0
36,463 36,463 000000008e7bf6bda775436045aa51213f9e6ee7acd0cd9cff143a06057082ff 1 0.00/1.00 vMB 0
36,462 36,462 00000000689b1f485eaa3290fd56abb838bc5185ee319a146fb8ebe924db1396 1 0.00/1.00 vMB 0
36,461 36,461 00000000b83c2e5214d79c04fe4d5ebcc8a0574c9b0cbfcf2566ca40a69db1a5 1 0.00/1.00 vMB 0
36,460 36,460 000000009c6c049a400bacf535d8a0baa9d8e6bd459226d1a03896b382f4598c 1 0.00/1.00 vMB 0
36,459 36,459 0000000078ee123995465edf086794cb7845fd85f37f1f203efb753ec7c52a12 1 0.00/1.00 vMB 0
36,458 36,458 00000000683911f40a751293c4a3fb3e07f55f73a0144256845eb79a8cc92932 1 0.00/1.00 vMB 0
36,457 36,457 000000003a8282d131989593931340c51b5cb1070e7153b75ea806efae4851c0 1 0.00/1.00 vMB 0
36,456 36,456 00000000a0da60cfee7a956d8644ac9e3f807f7afc8b21ca79959a7487b90c5e 1 0.00/1.00 vMB 0
36,455 36,455 000000008343d4aff94fccd0d914381f19dfd8005b360aec44715ca10cec7740 1 0.00/1.00 vMB 0
36,454 36,454 0000000039c742bb411501af07f2f012af7d693369251722b96a628e8ef406de 1 0.00/1.00 vMB 0
36,453 36,453 000000007b7c96b48ec9bb69fff057a06535596f6c677646900930a7313ef2d8 1 0.00/1.00 vMB 0
36,452 36,452 00000000008cec2659b3cb21bbae1f3f3c0cf6eb8e455434db5b9112d7cc9819 1 0.00/1.00 vMB 0
36,451 36,451 000000000d29204220745a54904aad306ff2229b5eacd918068e3dd504fc8c33 1 0.00/1.00 vMB 0
36,450 36,450 00000000b719d4e179142287df4379995504dc362a66545515cdc6156593a0d8 1 0.00/1.00 vMB 0
36,449 36,449 000000003c02d0291ead529a7dfbdc54d59cd03e7d31d0f3c6a20c38f5826f48 1 0.00/1.00 vMB 0
36,448 36,448 0000000080217f89859a8da730efdf91d4108ac05057396fb6710dd68f25e783 1 0.00/1.00 vMB 0
36,447 36,447 000000006b586d6d71a900474169aa604a72971e69c4037481d712f4b16b5616 1 0.00/1.00 vMB 0
36,446 36,446 00000000712aaa8d05fae92a7e7c008dba5cf36900d859205ca38fed97fde207 1 0.00/1.00 vMB 0
36,445 36,445 00000000a2cb088a638e636de103d8bfd7f8850e74600b707aefbd61c748ca7a 1 0.00/1.00 vMB 0
36,444 36,444 000000005228b5130d58ed5695471d76846f8e6e2c7d66fc94bef98eabd152f8 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.91 GB

Node Details:

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