Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,420 transactions (1.14 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,931 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,876 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,930 (820,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,124 89,124 000000000005c5d6aca0a503811797d2eb3b11a6036b555604cfb1e7963cf2c0 0.00 MB 1 0
89,123 89,123 00000000000db5df5c8d53071df65468e988f7a4478849ba10057252bd8e1d25 0.00 MB 2 0
89,122 89,122 00000000000afd7b769e6d9e51ac2967a3a6c83c834c4b8e27268961bc842626 0.00 MB 1 0
89,121 89,121 00000000001395ae941d632662912f991503dfc73764a34ed788dc6263d3e913 0.00 MB 2 0
89,120 89,120 00000000000918f4c78656d11f1600d547e95966e6cb3c722283860f6b1d9fc3 0.00 MB 1 0
89,119 89,119 0000000000102ddeea33743434495c530d264e70cb22e8ef1e80ce13348b7c6e 0.00 MB 1 0
89,118 89,118 0000000000068b083b988fe733b7e747cba4ee0b1bb6e9379975bd8a63900602 0.00 MB 2 0
89,117 89,117 00000000001050d99f6cf669c10205909804324efc17c63798775f0f2542d45d 0.00 MB 2 0
89,116 89,116 000000000009abf7a63dd474f47d05617ac910360aeff607009110c81a6b5680 0.00 MB 4 0
89,115 89,115 00000000000363c23082876cf8c22d1984e8a9a6006a73d757a7efc5f8dd4e18 0.00 MB 1 0
89,114 89,114 000000000001e5f481147da3a766e1f1b6d30ac66f72dfd1a10db025b4ce35f0 0.00 MB 1 0
89,113 89,113 000000000001ff80148d4c3756ec50bea7f5a6f81afd9b6283f6dc7cd19692a5 0.00 MB 1 0
89,112 89,112 0000000000025328d73d4117c0d36d2c22d3978317c7b1a99e663f8aa8bb62f5 0.00 MB 1 0
89,111 89,111 00000000000e3959cca6837ec34db19a18ed5faa8ccfc3e8f80478cf70f3a3a0 0.00 MB 2 0
89,110 89,110 00000000000846fbff94b1c3d4ecd7e5b5a4883a702b2610dce39549186429bb 0.00 MB 2 0
89,109 89,109 000000000010b91fc6e29c48b35030734e3a1e82882600913a79d8f2426f9166 0.00 MB 2 0
89,108 89,108 00000000000677e01d0c4a207f1c4f1ab74fa82f36ccd11a743d7be751bf11ed 0.00 MB 1 0
89,107 89,107 000000000006436faacc19086841ca736364f6cb6a8b216065f96a81b15b4d6e 0.00 MB 2 0
89,106 89,106 0000000000119a292cd410cb1c2b5a28482a6b72cfa550dba11c6a40400f2e64 0.00 MB 1 0
89,105 89,105 000000000000e2bf3de0cb4cb61ff2d567d0af63a89050d7cbd07b1a2a09e03a 0.00 MB 1 0
89,104 89,104 00000000001194fa4ab7e6b867f18fc260a54e572c7c323c62b3cd799f3fed7d 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 773.27 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,173.50 GB sent, 114.75 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.