Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,254 transactions (0.84 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,361 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.83 vMB 2,239 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,360 (824,543 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,817 85,817 000000000008d23b2368c021b23eebf99784e0557e9341a27e492795057b2a76 0.00 MB 2 0
85,816 85,816 000000000012de88a93e60bd088f019cc71b43041c1fe893afde4e52dcdb55de 0.00 MB 4 0
85,815 85,815 0000000000295747abfd9380d51c3afc9dd44cf9af05e6b8ab568c314bc43b58 0.00 MB 1 0
85,814 85,814 000000000019439117f8bf472162953e8a104c4968be96091d197d30affad5cb 0.00 MB 1 0
85,813 85,813 0000000000234f35cee23c682c67ba76c4bd47bec7086e73a615073b4f2ccb82 0.00 MB 1 0
85,812 85,812 000000000001d93c17290806c7b7a6f84f155e4752165db943286e7ed89c3be9 0.00 MB 3 0
85,811 85,811 00000000002ad52fc26537df10fbeec867c7c21d200b3d1f41ad871e3f5c9971 0.00 MB 3 0
85,810 85,810 00000000000db8d5028cface9b1cb65b3e93324f87c09e27596327a13eb96932 0.00 MB 2 0
85,809 85,809 00000000002f560151c0912ebb667f8664fe3af855bc59b3bcee8136909991c6 0.00 MB 4 0
85,808 85,808 00000000000b836237b53c01d91a776f6bd4e64c72737026e0b3a6cf075b6bec 0.00 MB 1 0
85,807 85,807 00000000001098d22fc53d8e42401f7e5c15001da50854100cf2cc5af41b8f22 0.00 MB 2 0
85,806 85,806 0000000000020d346e91a394849dabed95369340e4583b3cb9e98a62e7afa420 0.00 MB 1 0
85,805 85,805 00000000001f149074f180bdd77f316bfc1987a39a6a7a3281495e059ba4cc60 0.00 MB 1 0
85,804 85,804 00000000000147268385a231019373f1afa4bcc28359141f6bd227e2923dcfab 0.00 MB 2 0
85,803 85,803 0000000000199e37e3a229eb250b3705c57c2b2b1fecbbf82ab6933bb929e21b 0.00 MB 1 0
85,802 85,802 000000000007901216a49a5cee80a3428ca2b06e99dc93debc1848fd1826cf44 0.00 MB 3 0
85,801 85,801 00000000000a7a6b5855eeff0653b9e88d78aad2fe9e20dcadb04f512bc886ae 0.00 MB 1 0
85,800 85,800 00000000001448d3d310c2f6b805b653262faf6fb1412aacb63a11e8da3ad42e 0.00 MB 5 0
85,799 85,799 000000000029b1d9dec81536a09609dd634f4bd4424b97814c4cb6a69d0134ea 0.00 MB 1 0
85,798 85,798 00000000000ccb1e1f913130d122926709a539eff1fcee4790dd3565843f44a9 0.00 MB 1 0
85,797 85,797 0000000000164e1a4147e6869abef1e985be01e4e6efed5c0457ebecbebf568a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.07 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,233.21 GB sent, 118.91 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.