Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,280 transactions (0.41 vMB)

Priority:

  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 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
911,956 000000000000000000022b910000000000000000000000000000000000000000 0.41 vMB 1,267 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,955 (121,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
790,113 790,113 0000000000000000000125b93d7d79c807b713fedcbd240fd39391bb0f82568b 1.90 MB 5,243 23
790,112 790,112 00000000000000000004a95807868c841411503bff4f5e77eb1de342a8e88b58 1.46 MB 2,666 19
790,111 790,111 000000000000000000052b82e9c9f18a39b28c0522aa68c35eac553412dbc9b8 1.53 MB 3,198 42
790,110 790,110 00000000000000000004ecebe919aa5a18cca62590bf69dcd174be733080603f 1.73 MB 4,348 26
790,109 790,109 00000000000000000000b3518f2dfe92b030348f355830f1060a643767788886 1.64 MB 3,604 24
790,108 790,108 0000000000000000000544bf5bb6e71a70029d3b24c092a328c0bff8be583a7c 1.63 MB 3,241 40
790,107 790,107 0000000000000000000216b1429c9fc7d9a27296c1847992d413bd06aed8dd97 1.92 MB 3,559 26
790,106 790,106 00000000000000000003583ee6878fa43574c9746f6419bda86e5b4146c9cd8e 1.71 MB 3,429 35
790,105 790,105 000000000000000000057c4fa17128d880b076dd669e43ef65ad9a9d7d259fed 1.53 MB 3,229 48
790,104 790,104 00000000000000000004f62e123d27eaf176997421798801ce7ba8a7ae822cf5 1.81 MB 4,220 24
790,103 790,103 0000000000000000000464f685324e7910450514f07752f24cc1f29c71ac2789 1.69 MB 3,413 48
790,102 790,102 000000000000000000029f549ecec73a2ed6cecc91a2a83c291f823bffa45f6f 2.24 MB 4,693 22
790,101 790,101 0000000000000000000403b27409d0707e321c43ecf82ddfcfc982cd1e82136a 1.98 MB 4,587 31
790,100 790,100 0000000000000000000301e2801a9a9598bfb114e574a91a887f2132f33047e6 1.97 MB 3,470 25
790,099 790,099 00000000000000000001105e733719c71feed67ca41821be37f710591aba788b 1.76 MB 4,432 38
790,098 790,098 000000000000000000057e3865bb390ba88241fb83bb0455482dc78a03dfb1de 1.71 MB 4,082 25
790,097 790,097 00000000000000000001438e60d008c6e578b86dc33886742a4294e3423eb903 1.58 MB 3,928 67
790,096 790,096 00000000000000000003f106c1fad0b38ab82141fa984f2b570ea79cc55f505c 2.04 MB 3,547 30
790,095 790,095 000000000000000000033426d2722cde4b222023cca5bf0105e4e51b342c4dae 1.78 MB 4,419 29
790,094 790,094 00000000000000000005b4d1c03a19496ff457271be71d4646cf87f669442f01 1.65 MB 3,553 65
790,093 790,093 0000000000000000000413fd837aed8755edff9335854abd57976fee85704183 1.71 MB 3,651 42
Previous 10 blocks ↓
Total Size: 777.00 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,495.83 GB sent, 133.46 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.