Loading Tool

Explorer IconExplorer

Memory Pool

81,898 transactions
30.58 vMB
0.11748004 BTC
Random Selection Loading Transactions
Max Size: 184.18/200 MB

Candidate Block

Mining Attempt 0cb933cf78b280c6e23718930f93a585f9cc34648eeaa70a7f7dc9b2ab3d1dc5
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root ff72d1c8cf87dc007515d3520f0042f4e1de5432bb3336bacaeed0db99b90e26
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,578
Size: 1.00 vMB
Total Fees: 0.04131471 BTC
Feerates: 180.34 > 4.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (230,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
684,152 684,152 00000000000000000007673bc890ffdad8396af9d43ffc3c2572164cceb166bf 2,310 1.00/1.00 vMB 74
684,151 684,151 000000000000000000010f2c7ed9fc8681f269030eaf81c250ea680b68b8e179 2,228 1.00/1.00 vMB 53
684,150 684,150 000000000000000000011d5a1e4f72ff60ad0206840a9790558a770821c9fde6 1,247 1.00/1.00 vMB 85
684,149 684,149 0000000000000000000658d8f9d54dcf590dfd94790e3156526597510cf9922f 2,551 1.00/1.00 vMB 65
684,148 684,148 00000000000000000000c7e4cc30c778fc63a40d8b2324efe07f0243bc8fb144 2,164 1.00/1.00 vMB 73
684,147 684,147 0000000000000000000181cb0ca3c0c08ea62b9a1e45e59598d108caceddc4e9 1,062 1.00/1.00 vMB 76
684,146 684,146 0000000000000000000b3c750df798b0b9a5dd4c6d187665cea7155c7a6663d5 1,644 1.00/1.00 vMB 84
684,145 684,145 0000000000000000000b24ff88e8ce84f06b0d84998b23816d7398f61f730327 1,234 1.00/1.00 vMB 81
684,144 684,144 00000000000000000005ae84b08bfbbe745c8e803e6927b51347a82cf9475625 2,252 1.00/1.00 vMB 93
684,143 684,143 0000000000000000000a6bcfc450ec5594411e931259d3b9a1dfbb281e74eda3 3,305 1.00/1.00 vMB 117
684,142 684,142 00000000000000000005ebfb63fcffe57ef7e6b2f1c6572216502d70f441a9f2 1,052 1.00/1.00 vMB 83
684,141 684,141 0000000000000000000160bc9f3d73da0094008b66777c65e61ba12edc56a35c 2,723 1.00/1.00 vMB 60
684,140 684,140 00000000000000000003d770f8301aa08410ab2665a51216b9b28bbbd184b2dc 2,951 1.00/1.00 vMB 73
684,139 684,139 00000000000000000001a5b5bd155b5e4df640e5b22f8a7250486da55e37a1cd 1,445 1.00/1.00 vMB 64
684,138 684,138 00000000000000000002f96e27e04ec878b4ac90cad542bfdd98a865f31dcbd2 1,698 1.00/1.00 vMB 71
684,137 684,137 000000000000000000059dd8023025ba302ecf48344694a6f1a4966a6ab01318 907 1.00/1.00 vMB 72
684,136 684,136 0000000000000000000274812d4e56517311f37332bfe0606076b92103bc67f9 1,440 1.00/1.00 vMB 71
684,135 684,135 00000000000000000006531cf8b4bbe645f84086d0f247314190be98c4dde4f1 2,948 1.00/1.00 vMB 69
684,134 684,134 0000000000000000000a0cd758683c07cddc155a7851715285ff96ab45b66d4f 2,053 1.00/1.00 vMB 75
684,133 684,133 00000000000000000005f298fdcc5b9012fd8dabe47f886b37aa9ac5f2cc6e2f 2,248 1.00/1.00 vMB 78
684,132 684,132 000000000000000000050b4d8d31c7c2fc3db8e337cc011862e380b124a8ef3f 1,880 1.00/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 782.64 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: 672.42 GB
    • Received: 16.24 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.