Loading Tool

Explorer IconExplorer

Memory Pool

76,078 transactions
27.46 vMB
0.07335031 BTC
Random Selection Loading Transactions
Max Size: 167.95/200 MB

Candidate Block

Mining Attempt e7b3e480cadfe84fcdf1809db400b1c83f75a4af677075e98ae4a10f3abf84aa
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root 00f77efb7454a84986ae19dd4d2d59f4d1564a4a5c12de243b3c7d9801d401be
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,644
Size: 1.00 vMB
Total Fees: 0.01486357 BTC
Feerates: 402.60 > 1.49 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (189,071 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
726,249 726,249 000000000000000000046453e35ed259d843e2d101072ca30afa21e96db37cbe 2,286 0.72/1.00 vMB 6
726,248 726,248 00000000000000000007cd63d99f83c45476c966639acfd75bdd8c5e135c5b13 3,262 1.00/1.00 vMB 15
726,247 726,247 0000000000000000000899634f7ed4983c073b6d4c10ee4a63247f5c9958370d 835 0.27/1.00 vMB 10
726,246 726,246 000000000000000000006b411e2fd1699f5041e3ef3c6cf9317d7c0716c28c84 1,793 0.60/1.00 vMB 8
726,245 726,245 00000000000000000004ad2a26f7f104cd6280200a1bda526b6c36b685aec517 754 0.46/1.00 vMB 9
726,244 726,244 000000000000000000066e51b620d987157d1fe1df31d3db8894eedb55958584 1,669 0.86/1.00 vMB 8
726,243 726,243 000000000000000000028d830b59b56f549b34f3386fa900caf7b6b79d61eee8 150 0.32/1.00 vMB 4
726,242 726,242 00000000000000000009353f1b8f9ecf78abad8f73045a733e097e8ed4aadb88 1,092 0.93/1.00 vMB 1
726,241 726,241 00000000000000000005dc3f6029f77475eff72bff1897cfe58880d9eba24e50 1,693 1.00/1.00 vMB 5
726,240 726,240 00000000000000000007e2be317bed61498314ab517fcdccdfde04e2733c2843 2,812 1.00/1.00 vMB 19
726,239 726,239 00000000000000000005005748b1e3809c0ff46f3d4a0da4c6a999c2aa4caaed 1,869 1.00/1.00 vMB 8
726,238 726,238 000000000000000000083dc8e122110e900c70ea138c769ea2c00af196e58f8e 2,184 1.00/1.00 vMB 6
726,237 726,237 000000000000000000061df1a2150c394bc0c9a147c348a465240dc7a07f1693 1,916 1.00/1.00 vMB 16
726,236 726,236 000000000000000000031c217a53e5e9f0cf1c88f84ed0263c3d712567c95e69 1,982 1.00/1.00 vMB 4
726,235 726,235 0000000000000000000866629cc44a73b26086c6af80fcc1b993d697937a6ebb 1,713 1.00/1.00 vMB 15
726,234 726,234 00000000000000000003fcfa8ced913bf33a6a43076f116c5981f77a2b9565cd 2,702 1.00/1.00 vMB 7
726,233 726,233 00000000000000000007218539424b7b99ccafadeae2f581bdea2f4147d7c41e 3,165 1.00/1.00 vMB 15
726,232 726,232 000000000000000000062d0dc2a5a974eac5f9024e4aa5a96dda802a12495460 1,853 1.00/1.00 vMB 8
726,231 726,231 000000000000000000087d4d5d66a89ee386d82fad21968e42a0916dd27a0bb5 1,985 1.00/1.00 vMB 7
726,230 726,230 00000000000000000007da676f33ec9a931e0dd057fc360359a2d38287442c2a 2,148 1.00/1.00 vMB 11
726,229 726,229 0000000000000000000521a3f5598fe92096d381479462fcdb1660c81576c8d2 1,206 0.51/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.95 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: 715.01 GB
    • Received: 17.64 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.