Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,395 transactions (0.91 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,842 000000000000000000022b910000000000000000000000000000000000000000 ago 0.91 vMB 3,394 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,841 (167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,674 911,674 0000000000000000000033575e0ab932a7ff643c1821631dea1b67e13a63e88e 1.65 MB 5,539 0
911,673 911,673 0000000000000000000136d8012be4063f5425277dd962f43a2967c10e108e22 0.19 MB 544 2
911,672 911,672 00000000000000000001fc81e42e6eb0f36e422d809de25e315ce9075779e608 1.59 MB 6,398 0
911,671 911,671 000000000000000000006344a21def0d94c7ea196e7bdd9528df944d69dd9574 1.66 MB 4,400 1
911,670 911,670 0000000000000000000080586ae90ac8ee2b42b24e0b41401ef2326870511a9e 1.61 MB 3,610 3
911,669 911,669 0000000000000000000064497f694985dcfac1732966d286f463abbf9a208ba9 1.84 MB 4,128 1
911,668 911,668 00000000000000000000e73031eec6c4edf17f7a0584978bff36f0627e2969f8 1.80 MB 3,915 0
911,667 911,667 000000000000000000017307dfd809ee2c93e2e040eecc19f6c037e3309a63dd 1.72 MB 4,579 0
911,666 911,666 00000000000000000000cafaa684ac7dc81afac867b80c401a47145080bd25bc 1.39 MB 2,848 2
911,665 911,665 000000000000000000017ae3711da061e5d31b0c15e364fb7e0fa42feea2ce9a 1.69 MB 3,391 3
911,664 911,664 000000000000000000013b83f3d40c08eb085b161ccf11bd5855651038e52fd9 2.04 MB 2,690 0
911,663 911,663 000000000000000000022a3092ae939cea6310bb6d4d6a8bba997b812b985f48 1.75 MB 3,715 1
911,662 911,662 00000000000000000000b2c1920a2c3c6b79cf6a40ab67e4a1c2a87fe10a59da 1.70 MB 4,306 1
911,661 911,661 00000000000000000000a9fe9900b1dd8217f030b82e18d3ee99aabf31d30323 1.70 MB 4,596 1
911,660 911,660 00000000000000000001938364117ce25b81c97b68ad6aae21f32140932975f2 1.72 MB 4,573 1
911,659 911,659 000000000000000000004e43d7d9aa4259acdc973203d29b1b1d17deb6b7cadc 1.74 MB 3,358 2
911,658 911,658 00000000000000000000fbf928f268ebabb4a8554cda6f4e87ac72a08d3cc9ad 1.86 MB 4,203 0
911,657 911,657 00000000000000000000eea0cb5978b0e2a888be34737d23861b787ae5b4088b 1.80 MB 3,851 1
911,656 911,656 00000000000000000000583c490cfe2893743507a1b91936cc9949d91efa7f94 1.79 MB 3,405 3
911,655 911,655 00000000000000000001e69c431d3583c96a912fa7bda2bca036d15a2841c455 1.73 MB 3,174 4
911,654 911,654 00000000000000000000a998a27e70c578693e4ee561656087b4d2bddc508979 1.74 MB 3,430 2
Previous 10 blocks ↓
Total Size: 776.80 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,468.75 GB sent, 132.53 GB received

Notes

  • This page updates every 5 seconds.
  • 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.