Loading Tool

Explorer IconExplorer

Memory Pool

84,424 transactions
31.66 vMB
0.10674465 BTC
Random Selection Loading Transactions
Max Size: 194.14/200 MB

Candidate Block

Mining Attempt 41d627a866c359596cd098961120a8b51b6642f0a27c8ac2ece0f018122f8737
Version 20000000
Previous Block 00000000000000000001e04dc53d2870220783c578c283d55c1a710d6e578ddc
Merkle Root 4ff71625db4a8860c173aa3ab9419f0a8b3c9d55df36c1aca8d59b5c316f7219
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,101
Size: 1.00 vMB
Total Fees: 0.03246966 BTC
Feerates: 504.27 > 3.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,219 (347,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
568,202 568,202 0000000000000000000f264a81619d20d16452824bfded231c3de23431e55a2b 2,035 1.00/1.00 vMB 21
568,201 568,201 000000000000000000205e291f1bcef9fdc1bdcf578762483f925b352fe68d24 2,766 1.00/1.00 vMB 32
568,200 568,200 00000000000000000029443f1e56b47cf76be40a46d003109bc9aba306426594 2,139 0.68/1.00 vMB 25
568,199 568,199 0000000000000000002369a592b5b643c0d821084436588e8065fec20ee5b168 2,229 0.69/1.00 vMB 22
568,198 568,198 000000000000000000225b57f7eb180895a10a1feb72c60cb2245e92afaa0d0d 1,034 0.30/1.00 vMB 23
568,197 568,197 0000000000000000001c872dfa5ca45f331d5f62f8ec1ff3dc9af7b65b8317c5 326 0.12/1.00 vMB 15
568,196 568,196 000000000000000000151a046bac81f6655c341f1f303e8165b00e054e9d54b4 2,105 0.66/1.00 vMB 25
568,195 568,195 0000000000000000002999be468d074799b013a076142cf3008e33ff16dd240e 186 0.07/1.00 vMB 24
568,194 568,194 0000000000000000002c19cfa4d9a70088544dce851c07fc65f068b15b592944 601 0.29/1.00 vMB 24
568,193 568,193 0000000000000000001d9a5fca9b7ebb1f38c3709fcceb5aad6d9534400ae570 883 0.37/1.00 vMB 22
568,192 568,192 00000000000000000010dcf6a4bee5ee082fc0bf5d5172e660f74f426b59bd21 2,472 0.93/1.00 vMB 17
568,191 568,191 0000000000000000001fdccb567140ab6ca998de415fba53f2dbd442fa2226d4 3,485 1.00/1.00 vMB 34
568,190 568,190 000000000000000000058e0dba8913a8cf621efc7e7ec5a81cbac7e2f8127110 641 0.23/1.00 vMB 24
568,189 568,189 0000000000000000001884873d7aa2d70814be2c14517b15e93afc8e90b1c10e 230 0.07/1.00 vMB 25
568,188 568,188 0000000000000000000d62df502a6eb19604caeade7d4a6cf4e960773a4fa290 218 0.10/1.00 vMB 13
568,187 568,187 0000000000000000002e1610627693ccd89b40c30a633b1aa01c0a672e54ca63 2,200 0.76/1.00 vMB 17
568,186 568,186 000000000000000000092384e8314d29ae5d8f954aa7b2c7511cfa4d23dbcb92 3,266 1.00/1.00 vMB 31
568,185 568,185 00000000000000000013b0d174f6d12be81f5a0a45bc8646d38fcbfa7c9e2fb7 74 0.03/1.00 vMB 34
568,184 568,184 00000000000000000011a6817e1ee354e1e786f959d09d70604840767f6f3988 2,981 0.94/1.00 vMB 25
568,183 568,183 0000000000000000001e21ec8c481cf7092f72d2f78f8aaca8ce0dd19f84162a 759 0.26/1.00 vMB 23
568,182 568,182 00000000000000000024ab429c4be738eadd4a6248e9feda4266393c5c4a3d31 1,500 0.55/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.77 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: 709.30 GB
    • Received: 16.87 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.