Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,904 transactions (2.13 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,624 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,098 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,623 (877,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,903 32,903 000000009f3ab6a1c4f6887b1039deb6b28a5e00e6bd802542f9b04345813ee8 0.00 MB 1 0
32,902 32,902 000000003f22a8111440f3156a982dee3427d8d0ae8b433fdca7bf85818da95e 0.00 MB 1 0
32,901 32,901 0000000092b66f9e19cdc145a9bc8d226ca352675746dedd6edd8ff7935d2d4a 0.00 MB 1 0
32,900 32,900 000000005d10d7b6d19e5567b7409eadc3d13b78e7e4c5637a1250ac63c33855 0.00 MB 1 0
32,899 32,899 00000000b43cbea4cf36dc62a4189f1768e0e9ad9f340990365a0ebbad1dd34d 0.00 MB 1 0
32,898 32,898 00000000160711fd3546f5cf569738469313948ff3ef4a7d4fba4bef002cc49a 0.00 MB 1 0
32,897 32,897 0000000045eb939769a6e20383f9cd8e916aad4923591f3e9887f200f38894c5 0.00 MB 1 0
32,896 32,896 00000000c86e93b80cc2380d85c89c3f5f81be2772a49a837ded60e23455fba6 0.00 MB 1 0
32,895 32,895 000000004245e1e60dba2b35680f538ff11ac701f5a063161591acf316c3ec7e 0.00 MB 1 0
32,894 32,894 0000000031719bcffbc4f8c7def5e65e0a3cdd3990973c2da8cbe048f3ec6188 0.00 MB 1 0
32,893 32,893 00000000b349446bce12fa8b2a185820a4cd0f42b8ac5c7271bdf5829289a0c3 0.00 MB 1 0
32,892 32,892 000000009a8e203d0a1dd5a1a9da792a5076fe6fde1a9e71642aff376307b464 0.00 MB 1 0
32,891 32,891 000000001f6dfc579c330dd312263d747ad59611063c008841215ce3b28babba 0.00 MB 1 0
32,890 32,890 00000000033953f954515dc4c75c0062e1828c88043a7b16a2e4ce7e80c74288 0.00 MB 1 0
32,889 32,889 000000008763ea5a4cfe49f01f0aba200fc1eccb7c8bf6d83ab5d3138492adf2 0.00 MB 1 0
32,888 32,888 0000000023a59e1c409edbd3bbee3cb1f25bd63ddd868bc06ae41d4326283054 0.00 MB 1 0
32,887 32,887 000000000f4c7d759a359bbae809ed6c3513b1988ec58219e0a57fcf03f2a27e 0.00 MB 1 0
32,886 32,886 0000000083e07ce0afa25ccb2713079ed7b18eafef4519d0ce67d81769d5e7ed 0.00 MB 1 0
32,885 32,885 000000000308aa50acd2980cf722398bf70e7fc011af9fc9d294883ee2b7f6ee 0.00 MB 1 0
32,884 32,884 000000001c7be749a0bf1cec75ddee5fa56ff5fa386025ea856227d4b7b1464d 0.00 MB 1 0
32,883 32,883 00000000874296a304042b05fbe89456705b223f557face019f9f152b2f5b298 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.53 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,259.05 GB sent, 121.19 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.