Loading Tool

Explorer IconExplorer

Memory Pool

80,009 transactions
29.92 vMB
0.08385609 BTC
Random Selection Loading Transactions
Max Size: 179.26/200 MB

Candidate Block

Mining Attempt 487c354cea50e2f4ce2d1375375ab21ab9bcd86139f031a33918c85a92601429
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root b3cae72e58e885ea5ad8cb6d858e24a6a7ad415ab3bec139db065b40149f4ae2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,189
Size: 1.00 vMB
Total Fees: 0.02282593 BTC
Feerates: 313.32 > 2.29 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (809,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
105,993 105,993 000000000002d47402a4e6af3a29241482768216e885738a7f796292f02b27f3 1 0.00/1.00 vMB 0
105,992 105,992 0000000000017dc1ce412cccf278ea0ee6a88bb19c93fbfd266afc2ab7c1f207 1 0.00/1.00 vMB 0
105,991 105,991 000000000001b9edbcb52521a13c9ca40a56bada05fb2c507227d3bdadae0ab6 2 0.00/1.00 vMB 0
105,990 105,990 00000000000196feb3afb22f6cc38b1ed6a8ca8a66275dfb8653a7a6a9a22f26 4 0.00/1.00 vMB 0
105,989 105,989 0000000000006aee6d4ea400460902df15aec33283a93425fff260c4aa69930e 25 0.01/1.00 vMB 0
105,988 105,988 0000000000002c2b54947e347ee7b642b92e9221ea0801d848e664a6ebf78cd4 3 0.00/1.00 vMB 0
105,987 105,987 000000000002a222b8242e7aec81980d98ac37d61a08dbc367de01b435ab4fc5 3 0.00/1.00 vMB 0
105,986 105,986 0000000000024bb56ec698bfa7e553e4d95e514eecc8de417de2373ea59c590d 3 0.00/1.00 vMB 0
105,985 105,985 0000000000014605d4b7d47695879aef9596f90d4bbda96264b9479cb6023ea0 1 0.00/1.00 vMB 0
105,984 105,984 000000000000d543435e655ac4d35fc0d9ce98fb9d58f640df87575f79806ba6 1 0.00/1.00 vMB 0
105,983 105,983 000000000002435e3ce0a61df9b23f47ce30d3a629e42588fb63b25784ddfd8d 6 0.00/1.00 vMB 0
105,982 105,982 00000000000251681712e055d4f0c3f6f7b18b80ec6ee78f31fc68c9ca31bb93 1 0.00/1.00 vMB 0
105,981 105,981 000000000001450d92d8ea7f7f7709fb96e8e42907184fe9e36c69e39581c9da 2 0.00/1.00 vMB 0
105,980 105,980 000000000000ff761bd222f36eb25c56a568b635bae381fcb1d27f0904c705d1 1 0.00/1.00 vMB 0
105,979 105,979 0000000000018ebd1af5b90596feca90f90f5d12e11ba4269fe4643d6fc307dd 1 0.00/1.00 vMB 0
105,978 105,978 0000000000004a9d85a750de366306e92c25126cfc72e633832322d7dc8c0cd1 9 0.00/1.00 vMB 0
105,977 105,977 0000000000012eb36a19f6ee407998b496c4b2d828ba8b80ac0f98e153e1b0d5 12 0.00/1.00 vMB 0
105,976 105,976 00000000000152617cbf2fecdd82079b1245e517a62b611b0405ec05a57b2e4c 8 0.00/1.00 vMB 0
105,975 105,975 0000000000006314063f8293c7944b8f337c636f02ca0d305814f726eeb5b3c1 28 0.01/1.00 vMB 119
105,974 105,974 0000000000002aa07ac546a06902b6b19fb032e4298f8432e75341d18dac8409 1 0.00/1.00 vMB 0
105,973 105,973 000000000000deff7c68bb92db446af5c001f52cf62365b2ba9565b8bca6b5d0 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.42 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: 665.41 GB
    • Received: 15.13 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.