Loading Tool

Explorer IconExplorer

Memory Pool

42,814 transactions
26.73 vMB
0.05362907 BTC
Random Selection Loading Transactions
Max Size: 140.57/200 MB

Candidate Block

Mining Attempt fc7f2d6f8c1df9205f5c8c1e95c968584ca53c7d12abaa19766ff6808de1dfa6
Version 20000000
Previous Block 00000000000000000000e3ac99be0c75a7c1598359aaad39c4e0ec9e97012d70
Merkle Root ceb4c21840b32b3545e75c61139c464ab645a97b9cfe2e03965333eb999247d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,230
Size: 1.00 vMB
Total Fees: 0.00425285 BTC
Feerates: 14.54 > 0.43 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,896 (455,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
459,684 459,684 000000000000000000f46f38e2f99216089c6fb23dc80bb5d0c817170d9d0788 316 1.00/1.00 vMB 34
459,683 459,683 0000000000000000011050dcd7501841bfd6fc945818a9cc936853a2aa535e14 1,647 1.00/1.00 vMB 73
459,682 459,682 0000000000000000009b0a846944df46b87df9b316298b957e68b0806d2df59a 2,362 1.00/1.00 vMB 165
459,681 459,681 000000000000000001aac8bd261880d1de2a0e58a082c8dedcd5e888344f66a2 2,587 1.00/1.00 vMB 163
459,680 459,680 00000000000000000072f879380a01cfe00c53777d661e095801a95c96770495 2,167 1.00/1.00 vMB 164
459,679 459,679 000000000000000001fe44635996b7a287f09c0a4da3693bea97bbabfadea90f 1,013 1.00/1.00 vMB 160
459,678 459,678 00000000000000000008734c99bf876b61370c7c3ae7da14db4c611bb1fb38a8 2,746 1.00/1.00 vMB 225
459,677 459,677 00000000000000000013ea0a73337e12c0d9a53cc34dd320b8b006894168b5ab 1,676 1.00/1.00 vMB 140
459,676 459,676 000000000000000001cad6770bd7d0eec71b996f26477723ba50323fee346505 2,239 1.00/1.00 vMB 108
459,675 459,675 000000000000000000a4a8af8981e71e9fe53dab24f50a979f03086ab601bec6 2,168 1.00/1.00 vMB 117
459,674 459,674 0000000000000000015760a8e7ac4b68ea2b4f4aab412f1a332839d165fc9c9c 1,951 1.00/1.00 vMB 151
459,673 459,673 000000000000000001dc1446a6bbc60e2b7902d4043b3208097a5b2263d7223c 1,346 1.00/1.00 vMB 88
459,672 459,672 000000000000000001093f103a6132bd14c9081699ac5c73783be2aace74efc2 1,667 1.00/1.00 vMB 133
459,671 459,671 00000000000000000182db147f4ba7495e705e76b96b96f75a50046e7e0cd5d4 1,204 1.00/1.00 vMB 108
459,670 459,670 000000000000000001b752e56c3140da70a44b58821394af7e3ef25d5945af98 1,551 1.00/1.00 vMB 147
459,669 459,669 000000000000000001e1f1d3e8daa1333cfcd236c41bdfc12991f383e0818e65 2,319 1.00/1.00 vMB 166
459,668 459,668 0000000000000000007987bdd1825723b9a5134739aa2d5908b2147f8eacb6ca 1,896 1.00/1.00 vMB 157
459,667 459,667 00000000000000000175eebf7b09e13d51662b74586653a1e9e1fca08493600a 1,423 1.00/1.00 vMB 117
459,666 459,666 0000000000000000012b460965247ae2c276dca42778c73937b3bf3767b6da50 2,299 1.00/1.00 vMB 173
459,665 459,665 00000000000000000135aa87b3bf0d089ea1ae522a5e4c48718cc16b182239e8 2,054 1.00/1.00 vMB 158
459,664 459,664 0000000000000000000d7fef125def2977e6a82d37684c690cb02f15714407bb 2,462 1.00/1.00 vMB 145
Previous 10 blocks ↓
Total Size: 782.20 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: 654.09 GB
    • Received: 14.10 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.