Loading Tool

Explorer IconExplorer

Memory Pool

50,702 transactions
29.05 vMB
0.07369787 BTC
Random Selection Loading Transactions
Max Size: 156.86/200 MB

Candidate Block

Mining Attempt 8fcc0efdfb34f3d9a9129dcf523a098cd79c6ba8a5ae7e4ef63ebbc7ad3b4c82
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 1c3a5787b7bfe39fb694df3cfa224b2182ff00bd85eb27b4bafb4f2c6344aaa5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,124
Size: 1.00 vMB
Total Fees: 0.01824424 BTC
Feerates: 173.90 > 1.83 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (326,061 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
588,779 588,779 0000000000000000000fd91e6febad70662d83b18216fb306ce615c966764504 697 1.00/1.00 vMB 16
588,778 588,778 0000000000000000000e4c388509364fe1bc94f4169dc9879eb6c6ad88a237ff 1,318 1.00/1.00 vMB 8
588,777 588,777 0000000000000000000b9e9648aae4b9a8a23a2543c42d7d4d489d6c9b6d230c 1,255 1.00/1.00 vMB 9
588,776 588,776 000000000000000000043274ff8584f9fff38831f91a2702bf4f88d1cf8b3116 1,211 1.00/1.00 vMB 10
588,775 588,775 000000000000000000054ac29167bf3cc677044bd93746a1898636fa898c56c2 2,260 1.00/1.00 vMB 22
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
Previous 10 blocks ↓
Total Size: 782.11 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: 651.84 GB
    • Received: 13.65 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.