Loading Tool

Explorer IconExplorer

Memory Pool

6,994 transactions
2.98 vMB
0.00674555 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 17.04/200 MB

Candidate Block

Mining Attempt edd73c903b392b2008bd252313bfe00840d5cbbfa126f05dbb126e7ef7d8dfd1
Version 20000000
Previous Block 00000000000000000001b67798186fbd364bf763732500b2ef7a83846f967d23
Merkle Root f5f978e956cf0e0e71ca19db51af463c813d97c6a449732d1484f5f5b79f6ade
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,255
Size: 1.00 vMB
Total Fees: 0.00452414 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,496 (768,649 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
144,847 144,847 000000000000010576d9015762cbd851a6ffedce24a8d7b84da3325ef7886467 55 0.02 vMB 57
144,846 144,846 000000000000070854a026dafa3bc0200908ec88da774bc13e06129cfb7afece 20 0.01 vMB 10
144,845 144,845 00000000000003101b86fd10827a2287056fae3014e5b5fb061a9a245b684cf9 22 0.01 vMB 500
144,844 144,844 00000000000005869dea4a2eccc40bf1472a03f5143906a9531279cdc374c360 31 0.01 vMB 126
144,843 144,843 0000000000000208bb30ba28dad9b563c15faf384ffa6fee09bb1cacca01d916 49 0.05 vMB 80
144,842 144,842 00000000000000db72451d6a3e08f2b8dc6cf6376354f49494317a049667c515 2 0.00 vMB 193
144,841 144,841 00000000000003c86e73f90965938be21a67707ae528a31cadb6023264b66785 4 0.00 vMB 52
144,840 144,840 0000000000000458053a90beb176d58116a90c5242ed8d9504fa42ab2171cfb0 28 0.01 vMB 87
144,839 144,839 000000000000029ad8d9df78c60855f3156fa22afb778980f97ab9c1e9031a45 5 0.00 vMB 164
144,838 144,838 00000000000000eb8e05e9ca542859f010eeb075b546104f9e645586d2d8457f 2 0.00 vMB 0
144,837 144,837 0000000000000040aed138bea137e2b5cdd67f978d480fb72f374a8d17c9733c 13 0.01 vMB 171
144,836 144,836 000000000000042c9a286ff005e73ab8791e504ef284fd67e7af9cee8ca13eba 26 0.01 vMB 0
144,835 144,835 000000000000019891588e481455c2403d43e1459783b35d05f120229efd6864 24 0.03 vMB 116
144,834 144,834 000000000000066277de7837f084473dfe221e77110f2f360bb05cc158045a08 161 0.05 vMB 78
144,833 144,833 000000000000065d24214aba1fe4bf55b77937bf483b43c2e04bd3298b938c89 7 0.00 vMB 398
144,832 144,832 000000000000091b3f8a2d2713811adabac0fa41743b8502c246bfbc11e16315 52 0.02 vMB 428
144,831 144,831 0000000000000435bcf94f63d79feebf9df996d4c560ef831437c4d5b192e39c 41 0.02 vMB 217
144,830 144,830 0000000000000269557888504133ff3c83f319269f95085b99dbae8131186d19 35 0.01 vMB 139
144,829 144,829 000000000000027cdc7cef4eb5d92c4ef10f8caa9b356708cb4e79e7b84e8de6 70 0.02 vMB 154
144,828 144,828 0000000000000694d52760b345c294b341179f816caa2e5a9becc2d368313c56 86 0.05 vMB 138
144,827 144,827 0000000000000176db0218115be7de16939b13458a10d6e4763cf6a7950e76d5 41 0.02 vMB 152
Previous 10 blocks ↓
Total Size: 779.73 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: 365.90 GB
    • Received: 1.77 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.