Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,378 transactions (1.15 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,684 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,120 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,683 (831,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,960 77,960 000000000058bb215361c05816aa40b891a263c143baa27e0fbe19266f9f5676 0.00 MB 1 0
77,959 77,959 00000000004a5acc90ee2658986afbd47273f2a0ea8556759e3b9811c82e9732 0.00 MB 1 0
77,958 77,958 0000000000299c9da94814c9b1ad491f06fa4f64fb8fc27b9ee3a4d2d489fb96 0.00 MB 1 0
77,957 77,957 00000000006184e91d27c83975f90f3a7880829aa8fd4aa66bddb1476e82fcbf 0.00 MB 3 0
77,956 77,956 0000000000037543ee49c521d8bc013767bf8acce9724e85a7d153ec970d63de 0.00 MB 1 0
77,955 77,955 000000000037ec9e4a155dfad6246b14b1f6843b2d904094fb48c54d354d339c 0.00 MB 2 0
77,954 77,954 0000000000079af79db2bbe6fc9b0cafa867e906b7d45b87345599aa7f609cc4 0.00 MB 2 0
77,953 77,953 00000000004ffa3f62582d39ed956d445ad4f47eb14396323012a75de51c0c24 0.00 MB 1 0
77,952 77,952 00000000002083a074e79bcf5a3a021b48d779dc07ffa17a22a82850d07a0a40 0.00 MB 1 0
77,951 77,951 00000000003d292dc5f185cd1f9e193a90ece4d1f458c8820cac63c8a703408c 0.00 MB 1 0
77,950 77,950 00000000000185900c11bece3b42cf7ea581137d11b31b752626bb313434f482 0.00 MB 1 0
77,949 77,949 000000000051da25b53cd659f2cfebf0ea39766d843098063075c479db17c30f 0.00 MB 1 0
77,948 77,948 00000000005211df428e8054b2255521e7aaae7c69539815b184cecea0cf4c8d 0.00 MB 1 0
77,947 77,947 000000000023230763f3efcdff783aecedadf9106da58af39e9640c1aea186e8 0.00 MB 2 0
77,946 77,946 00000000005813178ea01fdfcb8adef70805dc0fd7f140de7f0eb7dabe709157 0.00 MB 2 0
77,945 77,945 00000000004ef592277cc608cc6f22b869ac0a3e727eff34438e13507c2089d6 0.00 MB 1 0
77,944 77,944 00000000005ae57f2f449f50f6a0aa3fb7d758b537099005dab26c3788af72dc 0.00 MB 1 0
77,943 77,943 00000000005e831d01b261754e43eba55963d6dc971a8e8c82e31f7fb140d7f4 0.00 MB 1 0
77,942 77,942 00000000001c26fdeed4c5fe2a7880fb0634691e926323944bb016604157fbec 0.00 MB 1 0
77,941 77,941 00000000002380fb1be17da445b3685f0a38ad7abfc6d5aa4de3df25cca4ba0b 0.00 MB 1 0
77,940 77,940 00000000003927cd23342a99b7efdcdd0e86f1de922bffb2f5c959a2b03a3d00 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.82 GB

Node Information

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