Loading Tool

Explorer IconExplorer

Memory Pool

44,540 transactions
27.26 vMB
0.09995105 BTC
Random Selection Loading Transactions
Max Size: 142.84/200 MB

Candidate Block

Mining Attempt 29924caab8f8b02aa26798e6d82c67bdf37d0be10b78364abbb0d83024fb333b
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 60eae3fb398f92311463f43f3511e6d88ddbfe8453c85d2c5504b2862e6da850
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,643
Size: 1.00 vMB
Total Fees: 0.04537000 BTC
Feerates: 151.16 > 4.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (736,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
177,969 177,969 0000000000000353b7d344de224d4755b5f7319417773374d399ff0b12267a26 38 0.02/1.00 vMB 90
177,968 177,968 00000000000002c6d5ddc8eb3c727cc15f6f733b2aac3b0100cb09bef94c9b97 63 0.02/1.00 vMB 56
177,967 177,967 0000000000000052484e804d6c324f3da0f89f3453e728e5b52177c6efcfb5cb 123 0.06/1.00 vMB 127
177,966 177,966 0000000000000145997c1103103f77a558e1d60507b5443d6d305a77bb0bcbc2 17 0.00/1.00 vMB 71
177,965 177,965 0000000000000217b7add8051a2b9e1a9d419ee2b1ef07d3c5930e00a11ce7b6 47 0.02/1.00 vMB 87
177,964 177,964 0000000000000870df12564b6c20f3a9ad2670fe0efef4b613159b0d9d549a5a 16 0.01/1.00 vMB 119
177,963 177,963 00000000000003abec489246f8b57de1b3c6c817c6406dfbcdf895e0aaeecea0 37 0.03/1.00 vMB 63
177,962 177,962 00000000000001d7298525d6d8e47f431cb28e782194743b26b3a34ee5465d91 33 0.03/1.00 vMB 61
177,961 177,961 00000000000003953f372e2cf2cf55ecdb07a3154f64b6391af1cd7f66508991 77 0.03/1.00 vMB 129
177,960 177,960 000000000000015c202af66eaf4e40bb1e590f2693e1b948562669144c66b69c 4 0.00/1.00 vMB 0
177,959 177,959 00000000000000df8be399996794203abd5ae6ad948531b906b8cced8a4cb5cd 58 0.02/1.00 vMB 78
177,958 177,958 000000000000014306ce91af5486ff0d4585ec7be922963df2944dfbcf74e176 41 0.02/1.00 vMB 391
177,957 177,957 000000000000054a6ea5555190e09f84e3711b288a723154f0e75bb5cba5a1ee 41 0.02/1.00 vMB 59
177,956 177,956 00000000000005d86b3b6fc40fd68c8c62f5414882f2c045cd3204b3f908b4c4 26 0.01/1.00 vMB 46
177,955 177,955 000000000000061c87cd979d08b6f7288aee66adee6b31ce9bdd2f030781df5c 106 0.06/1.00 vMB 98
177,954 177,954 00000000000000fad3e8f99d416f79f0f516194c27208c78295ba896af3a97e0 1 0.00/1.00 vMB 0
177,953 177,953 00000000000008f95f7ebbf93c2507713db357e9e2fa75f7a93d91912dbdc041 1 0.00/1.00 vMB 0
177,952 177,952 0000000000000a2aa695f527edc65ec51cb9947189a3642107fa565f106b92b5 16 0.01/1.00 vMB 51
177,951 177,951 000000000000008590458344b2d2489ac2991c076c4e72c8e397ddf92e59696b 2 0.00/1.00 vMB 193
177,950 177,950 00000000000006bbc5c26c56b049024350d93c55127b8c35bcf75e4b67377166 7 0.00/1.00 vMB 45
177,949 177,949 00000000000004a9d504a512635bfa6189f513126bba612cf27991d15c2f7b48 18 0.03/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.