Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,283 transactions (0.32 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,656 000000000000000000022cb30000000000000000000000000000000000000000 0.31 vMB 1,268 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,655 (849,855 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,800 59,800 00000000036264ba3ee70da01c97f7181dc2fb855bba146083443a483a23b391 0.00 MB 2 0
59,799 59,799 0000000004b0741081182adcc4f599025f1d39e8e56b51df05c7400ca638f57a 0.00 MB 2 0
59,798 59,798 0000000006d7da89d220b39acdb86f60a2e09967364c7f4338716be3f8da7b90 0.00 MB 1 0
59,797 59,797 0000000004384e6b9ccf0ccd5a89dcfe2b4d2f8f837b39e68e4732ef32d602c2 0.00 MB 1 0
59,796 59,796 000000000ee71b6f09ab550c5280ec1951614f78f05180b8208c53b825fae3a8 0.00 MB 1 0
59,795 59,795 00000000074628f5628f36e35db09a34ce615eaf4d1cb6591b15f9a5b37aed3b 0.00 MB 1 0
59,794 59,794 000000000da41886ae05e385e81ba980a0a164e53b4c247a56a79368af0cefbd 0.00 MB 1 0
59,793 59,793 0000000006a07efe8d74211077500ddae65bf0c5aed48203ebd613ec9a7e4135 0.00 MB 1 0
59,792 59,792 0000000007254ecd802898b1bb78fdf0b60cb2628b181fc2eb000941cd3bfc39 0.00 MB 1 0
59,791 59,791 0000000008ee83cc2749ad05a5522ab81f32dcb6971feeb6185116e6914e2781 0.00 MB 1 0
59,790 59,790 000000000bf5058c64f3aee83624556d968c707577ace5127ffb05aa04b10b2e 0.00 MB 1 0
59,789 59,789 0000000007af8ea4161f229e7ff85820316af83a06a03cd32106e1587111441c 0.00 MB 1 0
59,788 59,788 0000000002cffaec91cd58ed5969206b76e2335b388ac2f10182c41e1492c5fe 0.00 MB 1 0
59,787 59,787 0000000007c45a855c24271fd3fdffc139d9fb64e887d89885a9d24fe5e08688 0.00 MB 1 0
59,786 59,786 000000000d4a12a7fc4fb68c4a1fc4815cbb14404e4e47be11bcec8729c56cc6 0.01 MB 3 0
59,785 59,785 000000000615b3e51efc98c829cfce5735e0b75e32b4ce1cd3a1361044e37b32 0.00 MB 1 0
59,784 59,784 000000000db8dbe8618f84373076c44be67c5858543945c465de07cc5dcbf8e8 0.00 MB 1 0
59,783 59,783 000000000d03ece1b91480b51553c287907ac5c26c448b607a2684e18cc8b122 0.00 MB 2 0
59,782 59,782 000000000514c0a96df3e8a69182e6968bce7ec30b1c3ac068400940b3be20c2 0.00 MB 3 0
59,781 59,781 000000000a3b7202b1617af7a540de6eea80b6528ccb1483174a7a25fca8f26c 0.00 MB 1 0
59,780 59,780 00000000019772f6b87f1a3613a637bd1a4dde3545279bda986ac02def645d34 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.77 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,129.28 GB sent, 112.18 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.