Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,301 transactions (4.32 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,268 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,366 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,267 (839,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,904 69,904 00000000005556552adc841db147cb728c0ac70b90a5d6c2f059a72888207834 0.00 MB 2 0
69,903 69,903 00000000007adda9507560a25898c7db93ddfbd6e73c25cca9185500532dc563 0.00 MB 2 0
69,902 69,902 0000000000bbf71128a58b66897f182a04664e4d08e2a47bca7a33ec3f95daa7 0.00 MB 1 0
69,901 69,901 00000000012b71b4b4374c86e879e45352b4ff636718a35eb92734cd7cee7f33 0.00 MB 1 0
69,900 69,900 000000000105310389654128c4946ca0dde50294cf20ff22173e0a7c7dc23743 0.00 MB 1 0
69,899 69,899 000000000128edf6f783779a94f0cbf19ffec64f15e04c547f31837c0c25964c 0.00 MB 2 0
69,898 69,898 0000000000fdb0e6c6934bc55e42c90ad41ae2df9beb14c42fa81c92a065cba5 0.00 MB 1 0
69,897 69,897 0000000000996853f2146c7ba0193c9be345f18024a131c3bd88e9a9d45e3300 0.00 MB 1 0
69,896 69,896 000000000055c47b56f7de902e82e89921ad2181d2ae71b1b8f53fc216f8e86b 0.00 MB 1 0
69,895 69,895 0000000000ba4c01c829076236115f0ce26d27ee20d615008e520ebfc9968fe4 0.00 MB 3 0
69,894 69,894 000000000103f9e7b12feecf3f03d5d933e729729a0331d4ab8718622c6e87f9 0.00 MB 1 0
69,893 69,893 00000000011ae702d2af357a88b1c0c2eb5f234a3837b8fbaf4a089b56a6dace 0.00 MB 1 0
69,892 69,892 00000000013e0d1ab901d67487aa726b6e2fc6b3a0c7c3785006fff28bcac623 0.00 MB 1 0
69,891 69,891 0000000000333a9c1cb9c1008dbd9ca48357d84410b0e47c58d833987d2f61bb 0.00 MB 1 0
69,890 69,890 000000000153f3b5e1ec100f3fc309c842de6e7153cd94ac4f95dd8e056082dc 0.00 MB 2 0
69,889 69,889 0000000000a419611965455814e410a7518a8f045e8321f3c6dd97c29e7254cd 0.00 MB 1 0
69,888 69,888 000000000016f41cc5644905bec909105bc173f4c26808d4d38f1d0c18d1a598 0.00 MB 1 0
69,887 69,887 00000000007f63587365f5a8b365bc0c5fda2b7f808ff439981e518cab8988ff 0.00 MB 2 0
69,886 69,886 00000000015e88ae9c5e1b1b3cd2ffbf82185aaa87e1a6ac5a25c8a71ab5892b 0.00 MB 1 0
69,885 69,885 000000000148008728d93fd8da6699de2d495a4bf15c37c41ec9b0f4866e3843 0.00 MB 7 0
69,884 69,884 0000000001588f5329ac0f5ae2d748b09af979d5b75a6cf22ed49b829af2b7e5 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.03 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,043.22 GB sent, 108.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.