Loading Tool

Explorer IconExplorer

Memory Pool

45,057 transactions
27.73 vMB
0.09222464 BTC
Random Selection Loading Transactions
Max Size: 145.47/200 MB

Candidate Block

Mining Attempt 007bb60dd4691a2aafc524ea9e4d32f3b810e2dd7b317b614f4842f02f6a6380
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root ab42758dea4dc8975c082beecc6fea84ecef7e14c79c4902a8b2e6e7b7570ec8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,071
Size: 1.00 vMB
Total Fees: 0.03720701 BTC
Feerates: 151.65 > 3.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (805,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
109,038 109,038 000000000000029567dff200c7ac9674b4088d26e15c5ca736cb832a27f91870 12 0.00/1.00 vMB 0
109,037 109,037 000000000000b9f359d522bcf8f6c8313e98d82ab00cfcb664480ed9fc7e5357 8 0.00/1.00 vMB 0
109,036 109,036 000000000001b0c2d14d53d248fc8d8dedcc755c0caa5305b78360206322a89f 8 0.00/1.00 vMB 0
109,035 109,035 0000000000016582c9e61477b3c478b25fb79116bdea239b06b8ee2279750b59 50 0.01/1.00 vMB 0
109,034 109,034 0000000000015fee96fa78d44524dd72c467c99970517afa66551d9175d01731 12 0.00/1.00 vMB 0
109,033 109,033 0000000000010b3ab1af2e7aa4a3e0eb6c5f637d6bb61fbe697ebc911ac7a561 12 0.00/1.00 vMB 0
109,032 109,032 0000000000011dbd9ae92d72acc6e8605a75c0b55546f655d7ed9de6bbbe55e8 9 0.00/1.00 vMB 0
109,031 109,031 000000000001531cb2c9da34a33c5edf67a4091a91e0e563c59cac98cd702638 6 0.00/1.00 vMB 0
109,030 109,030 0000000000011be72da8e99397d946914d8e335e93c366815d92831d194d30d3 5 0.00/1.00 vMB 0
109,029 109,029 00000000000052574cb6d7282a0b77d9dc7b4e42368cec764a8e01e1606fad2b 10 0.00/1.00 vMB 0
109,028 109,028 000000000000d492609424013600d93b55417c54f863de2fd518db68a77cf3b6 10 0.00/1.00 vMB 0
109,027 109,027 0000000000017f9f763c29cf10d9ef0e209ab4de3e1fcd920968df9a49f252af 11 0.00/1.00 vMB 0
109,026 109,026 000000000001ac7bdeaff28fbfe3bf1095a1ae607ab228a583cd1c20feaed360 12 0.00/1.00 vMB 0
109,025 109,025 000000000000324ec4d6e6dc829e125210ba297c0cf05936278c53f5aaab828c 10 0.00/1.00 vMB 0
109,024 109,024 0000000000004883e024e4e26b5fa8bc26c2f34bd1931ef7d9026dae0c65c5eb 13 0.00/1.00 vMB 0
109,023 109,023 00000000000119baa016cd02320cbf5fddd3b5fd67b52dac9d3508e5ff84bce4 12 0.00/1.00 vMB 0
109,022 109,022 00000000000053f6d209b1198b82f97b621dac1d8e5db04a992af91828dc2c44 11 0.02/1.00 vMB 0
109,021 109,021 000000000000a4a95beda1d35c3a3a216cb829dcd5d1980a9e4c6e15cface018 12 0.00/1.00 vMB 0
109,020 109,020 000000000001695a3c8b8dd6a3c8e134fef59123c645a9c1d936e221cb109d90 11 0.00/1.00 vMB 0
109,019 109,019 000000000000c194582c47be73296a6f29f8f048943cd08279bcab1a92d97f76 10 0.00/1.00 vMB 0
109,018 109,018 000000000001bd4ed1b12c8263bc49a3f27f16be58276e70c4ba36a9dae774d9 9 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.22 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: 654.72 GB
    • Received: 14.17 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.