Loading Tool

Explorer IconExplorer

Memory Pool

49,160 transactions
30.18 vMB
0.16608445 BTC
Random Selection Loading Transactions
Max Size: 161.41/200 MB

Candidate Block

Mining Attempt e7ecdcb0b43433224416dcd1a8c57b218e3928c43cccd407fcacf72a5fed1f10
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root 304c1630ad20375fc9cbe75fd510b13616072eeba35776991c8ce7eabaf9ec09
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,144
Size: 1.00 vMB
Total Fees: 0.08847207 BTC
Feerates: 261.10 > 8.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (564,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
350,178 350,178 000000000000000000e6f4a72de99cbe381afd7abd98963d52d1afe0f5c9fa76 426 0.20/1.00 vMB 25
350,177 350,177 0000000000000000028607df6bbe347fc79a9aaeed04fe32c93c77c3880eba1a 1,310 0.73/1.00 vMB 21
350,176 350,176 00000000000000000deaa57173a35c2072033c594e6ca8afa92a6e6283eb9aee 195 0.11/1.00 vMB 22
350,175 350,175 000000000000000010e33b96930087f1eb8b4055ce1e419ff08a8b84a5a61088 1,478 0.75/1.00 vMB 27
350,174 350,174 000000000000000011714ca4d0052c39e36ecf4cb03c0d47fd252acddc844e53 76 0.03/1.00 vMB 30
350,173 350,173 000000000000000000b6c0ec31c90005dff60706cc9b2459d219c9cffb79d8e7 170 0.08/1.00 vMB 6
350,172 350,172 00000000000000000104a96deac6f1ed947c51decf500d18ea1b0e15beb928f2 512 0.48/1.00 vMB 14
350,171 350,171 00000000000000000aef7179b4931676f4b2e4da49f7f03245e0c017cf3fed78 1,566 0.75/1.00 vMB 28
350,170 350,170 00000000000000000a25c1699048271f171fc827d740c581248f5c6206e08c76 1,906 0.75/1.00 vMB 34
350,169 350,169 000000000000000002a3fdd7e9906cdcd1cda9e4e5785d0766a2ec475a354292 1,024 0.36/1.00 vMB 34
350,168 350,168 00000000000000000ad028eccbf978d5365565c86713a88b75160428d4f612d7 613 0.25/1.00 vMB 26
350,167 350,167 00000000000000001405b34b710b258921e5adffa6910a6aade71e98c0b4fad8 1,441 0.75/1.00 vMB 28
350,166 350,166 00000000000000000c15471ff0cb4d89808195739446c236e8d2acfcf22e09bf 238 0.10/1.00 vMB 27
350,165 350,165 0000000000000000167d8eb7356bb50fc9a23526ed5e73393a9849ffcfd24cc4 195 0.08/1.00 vMB 18
350,164 350,164 00000000000000001630d7659000aee08ebed4c34805bbd5b7c495032d57a2c6 1,194 0.59/1.00 vMB 28
350,163 350,163 000000000000000008c13fd4be0dcaed27ead2de0220deba219c08ee8ba64c8e 429 0.19/1.00 vMB 29
350,162 350,162 00000000000000000303153a31b93b423c1cfac12ab7dcae22e73cf0093f9e9e 1,150 0.59/1.00 vMB 23
350,161 350,161 00000000000000000bca1b1e8c5fdad63b1c23dd7bb7e0bb37bbcf8039210fc3 2,292 1.00/1.00 vMB 33
350,160 350,160 0000000000000000017d76cfea7f3cbe8bdadc2ec25f7ded5ca66938faf439f3 592 0.30/1.00 vMB 28
350,159 350,159 0000000000000000163159576f3bd69f5f4c4622f8cad2501c835d84e6bf0e27 358 0.18/1.00 vMB 29
350,158 350,158 0000000000000000051373518e35562fc5806b2ad721d1e948e6914fa15a8611 251 0.14/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 651.01 GB
    • Received: 13.38 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.