Memory Pool Memory Pool Refreshing

6,594 transactions (2.70 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 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
908,866 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,403 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,865 (884,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,099 24,099 00000000c71d7b03f9b864c450d8decbf74b1dd0048d084784a1ac1206e00167 0.00 MB 1 0
24,098 24,098 0000000078b729bb1e822c6fbed718395855776af37b19fec963a40f267e4806 0.00 MB 1 0
24,097 24,097 00000000570aa7082db81e60acedf4fcbd3b8c832b56e5d4466d5872026881a6 0.00 MB 1 0
24,096 24,096 00000000fb7bd34a876b03f18ebc0a631a40ac8e65b5ad434d561e208586b4e1 0.00 MB 1 0
24,095 24,095 0000000087def7a9491115ddfec68f0b7dabcfc5e7844542dc60e5923e4af1ee 0.00 MB 1 0
24,094 24,094 0000000026c534394c0bd6cf91382c02f002aa7975f5f4bd1564f5f1d68c285d 0.00 MB 1 0
24,093 24,093 00000000c8339bb061c7a45e36281e0221618d79085c8c14feb3dbad3f7dbcf5 0.00 MB 1 0
24,092 24,092 00000000b4aae66bbb5d33ac2e062ae77079e81b028bb07940bd99673a4d8433 0.00 MB 1 0
24,091 24,091 0000000075307e1e84aa5694980a38fca6bd83393a164adeab49513b521f5df0 0.00 MB 1 0
24,090 24,090 000000003035cf4f97a924e42f01710433e67f9ad78ed2e0b38e7b75443d97d2 0.00 MB 1 0
24,089 24,089 0000000044962cc40e077f2490b871f46b0f5d074c3e9b7c0fdb90d0a8a3cd08 0.00 MB 1 0
24,088 24,088 0000000065ccd7f220f4feb79b41865deff84e17c66c96c009fca105ffad2038 0.00 MB 1 0
24,087 24,087 000000004a6cbff80f30e18c617948c48c79eb85d7cba7f4123d619246555fe3 0.00 MB 1 0
24,086 24,086 0000000043c1b775f86599558216d0043ec573cb874ce906030eed38e07f8321 0.00 MB 1 0
24,085 24,085 00000000483a3ee6522f55847ef13f5e8d4f1abb3f6b95ede7fc20db326085e3 0.00 MB 1 0
24,084 24,084 000000001f43b8d5fef810474ed7fecca20a6eb516394b7172ec585f03d0a797 0.00 MB 1 0
24,083 24,083 0000000014b8e0c15e388c0e6015f669f0ad522475ae0d207124e5d1eb6ca6f7 0.00 MB 1 0
24,082 24,082 00000000c8512df320e82bf04fe82d26302a7e46120f5963edd529dbec676209 0.00 MB 1 0
24,081 24,081 000000008f4d3e66389ffcc8d0e7573fef07e014dbde9d389936113ef4218ae2 0.00 MB 1 0
24,080 24,080 000000007de6955d327ea52c5f6bef13e0365133c9207d0138b586c3f9391bd2 0.00 MB 1 0
24,079 24,079 00000000481e4ac2dd872fbe54874b8ff44dbac3f9536dbfc60a78c1ab4fe758 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.30 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: 1,861.95 GB sent, 103.66 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.