Loading Tool

Explorer IconExplorer

Memory Pool

38,550 transactions
26.90 vMB
0.05490687 BTC
Random Selection Loading Transactions
Max Size: 140.03/200 MB

Candidate Block

Mining Attempt 8058126d29105569d726141c3f233935918164108ddd259df3a70c7b43d7cc21
Version 20000000
Previous Block 000000000000000000000f0eb32368ca338bda4641ae91e1df2854638c1f9b59
Merkle Root 3493acc2c80cc5c26ee8c8e3e1f9124632abb5379e7924e35ea2b08f0f450856
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,122
Size: 1.00 vMB
Total Fees: 0.00511641 BTC
Feerates: 44.54 > 0.51 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,866 (326,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
588,774 588,774 0000000000000000001a829a4327fffdf8a8dbe2f5e3ca5d95d56a06e3c1231c 1,999 1.00/1.00 vMB 12
588,773 588,773 0000000000000000001a0c3478b70e9841e33689caae79f47bb658d143d1e013 2,723 1.00/1.00 vMB 45
588,772 588,772 0000000000000000000ad02ff3ab6bc1ed1250fe3170efb6bb218e76d571b3e5 1,481 1.00/1.00 vMB 19
588,771 588,771 00000000000000000013b288328b7274d2201a23dd104c2e606208596371ed6f 2,264 1.00/1.00 vMB 25
588,770 588,770 00000000000000000014f00955c471583a65bc9a59bf0889141377ffa2f317ce 2,554 1.00/1.00 vMB 31
588,769 588,769 0000000000000000000ecf28149c56123906f66b3bd71adc639cff3d5a7435e9 2,822 1.00/1.00 vMB 44
588,768 588,768 0000000000000000001b92e4d3027218ef63c67abbfb0870326b8184302aaaaf 3,262 1.00/1.00 vMB 63
588,767 588,767 0000000000000000001742d9304987dec9dfba1c17f1c1e766bdd9a2eabdc76c 2,936 1.00/1.00 vMB 16
588,766 588,766 00000000000000000013bdaa65f449e81fa65c3e0a81be0d72eeb97fb933f7ef 2,887 1.00/1.00 vMB 29
588,765 588,765 00000000000000000011ce5f5a7bfa8d57f286941eee6b9d8e4e63474fb53390 3,030 1.00/1.00 vMB 54
588,764 588,764 00000000000000000016d8db3326bc8e5af89843928e54f20b73356503071af7 2,649 1.00/1.00 vMB 20
588,763 588,763 00000000000000000000037cd9e64a5200796ff13967588774e1fbdd1f7ca1b1 2,670 1.00/1.00 vMB 61
588,762 588,762 000000000000000000082232d4ddfdf372760367262dd68b3f327be39910c2f7 2,739 1.00/1.00 vMB 46
588,761 588,761 0000000000000000000def8517bccbd8f08ec788defcfcd25f4381cf9c86460a 2,845 1.00/1.00 vMB 37
588,760 588,760 0000000000000000001438a2b7692894f71677f80e2bbfccd572f08a773a7a1c 2,322 1.00/1.00 vMB 57
588,759 588,759 000000000000000000028122a1a7bfc6fe76fb815aef53de735f50cc58023673 2,919 1.00/1.00 vMB 43
588,758 588,758 000000000000000000038b5b7f12ce9823a169afafd83393aa951a1406f5f697 2,873 1.00/1.00 vMB 49
588,757 588,757 000000000000000000137b5d2cda97d5f116034a89525924cefaa718ba32241c 2,958 1.00/1.00 vMB 58
588,756 588,756 00000000000000000008c583b479bea0eb5d34d3faa1af6dcbc6bb53ddba9186 3,209 1.00/1.00 vMB 49
588,755 588,755 0000000000000000000b6061cd9a2daf6c010d4372bad26122c04a153697d6fb 2,976 1.00/1.00 vMB 58
588,754 588,754 00000000000000000015d928cacbf4a875adbf0dd17029a0914d2fa9768c9fdf 2,551 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.15 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.03 GB
    • Received: 13.82 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.