Loading Tool

Explorer IconExplorer

Memory Pool

89,014 transactions
33.13 vMB
0.19965767 BTC
Random Selection Loading Transactions
Max Size: 199.78/200 MB

Candidate Block

Mining Attempt 50e8db2d0ecfa367f75bf12dd597748039df632ac5ab96d47beea2b5dad2dbdb
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root d8551e9b2ef1db0d5487132fbc954bf46801b759344fba688ffa4a07f1115613
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,989
Size: 1.00 vMB
Total Fees: 0.08797396 BTC
Feerates: 387.56 > 8.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (417,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,784 497,784 0000000000000000004cd30b4a4291d6c780d9f5c807a2793845005ebf0710b5 2,521 1.00/1.00 vMB 172
497,783 497,783 000000000000000000a7779283d3a1e19e1d3b0a5223c19267ce94386e5b89ef 2,713 1.00/1.00 vMB 149
497,782 497,782 00000000000000000061c56299f75e00fac202c4a5de1b0ef3d9dba25dd13606 2,690 1.00/1.00 vMB 126
497,781 497,781 0000000000000000006b179a96279f2b3583efb17e9fcf3e87b1172923cb8dd4 3,000 1.00/1.00 vMB 94
497,780 497,780 0000000000000000000ca93298e258060cc87a4384ea5dd7e389e9bded97162d 2,731 1.00/1.00 vMB 157
497,779 497,779 00000000000000000029f25e865ee0663bd58582cddbaf1d168f3ead266b6d2b 1,274 1.00/1.00 vMB 104
497,778 497,778 0000000000000000009df2a09fab018e459894a70faa559acf695fb69aff7002 658 0.98/1.00 vMB 108
497,777 497,777 000000000000000000be008f6b1017b8ae8078042a40ed55aa924b72528477e8 2,136 1.00/1.00 vMB 126
497,776 497,776 0000000000000000005bd4e8db1bb22d4df9322adcb98fd2c0a721415319eb7e 2,492 1.00/1.00 vMB 191
497,775 497,775 00000000000000000015c894cf5f0e3b44adeb7bad306b0b46714896bfe83ef9 1,913 1.00/1.00 vMB 117
497,774 497,774 0000000000000000007b2b457cebe54b406e8e24a7a7d443f8771707c4ab65ea 2,657 1.00/1.00 vMB 158
497,773 497,773 0000000000000000004f1afc612af1931a022d08268476663d538510b90f5093 2,047 1.00/1.00 vMB 128
497,772 497,772 0000000000000000000da0c93c405be415cbca2b93900b1f3b12d40b4459b4bf 1 0.00/1.00 vMB 0
497,771 497,771 000000000000000000345ebec91bf7c2476445d9fc2e0e7d31cc64acb28bf51b 2,046 1.00/1.00 vMB 148
497,770 497,770 00000000000000000008d7735536a54c9e7bb8804438d9e390578a271957aef0 2,603 1.00/1.00 vMB 95
497,769 497,769 00000000000000000034e15767c3d5a06a6499e7d05d679efc70dd3cb4a4176d 2,167 1.00/1.00 vMB 122
497,768 497,768 00000000000000000048d2807897bbf33fd9bc9b5e45828b2bfc3e2297d3c89f 2,175 1.00/1.00 vMB 145
497,767 497,767 0000000000000000003f055d9d8307b5f01208eadd64183764180bcba1d6ba9c 2,746 1.00/1.00 vMB 125
497,766 497,766 00000000000000000035c01efa2b8e917d3cbd6814bac91aefbbbe3b1545df17 2,386 1.00/1.00 vMB 121
497,765 497,765 000000000000000000af3945641336d8bfce296726e19360502224230d026ea5 2,331 1.00/1.00 vMB 121
497,764 497,764 0000000000000000003d28db7f8a9c496a4e51088b4764ac032988a7c3c4b317 2,375 1.00/1.00 vMB 156
Previous 10 blocks ↓
Total Size: 782.31 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: 660.18 GB
    • Received: 14.62 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.