Memory Pool Memory Pool Refreshing

18,233 transactions (8.22 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 3 sats/vbyte = (18 blocks)
  • 4 sats/vbyte = (12 blocks)
  • 5 sats/vbyte = (8 blocks)
  • 6 sats/vbyte = (7 blocks)
  • 7 sats/vbyte = (5 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 41/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,917 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,945 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,916 (871,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,115 37,115 00000000165ca2fd2b0d7f0445c43577e5d71a4600a2ccb1463f5b04197bc93f 0.00 MB 2 0
37,114 37,114 0000000089555c7434946e0222c92339265c2e2187267de2d4edd484cd04c61f 0.00 MB 2 0
37,113 37,113 00000000b2d7f083db940f1bcca33bb3eab2b213f1e83f36d006e93254662cc6 0.00 MB 1 0
37,112 37,112 00000000b2ea03b8610e246e28fedec1f3eca488d6c25cc3a9866ddf7c07c309 0.00 MB 1 0
37,111 37,111 000000009e63f198b71fb9cadaac50522fcd470f0f3770ad01e9dfdef0aaf8a0 0.00 MB 1 0
37,110 37,110 000000007ed833ccc122a52e3f46d3a2a0e8a193aed05356580d51f0ca31719c 0.00 MB 1 0
37,109 37,109 000000008ed82f3de026c5f37f08ea971dc31f699838b737b1bb7702bf029ef8 0.00 MB 1 0
37,108 37,108 0000000036513136f994e3c1fa5e4944d11b53c6cb5c2b19cbcdb851ddc5dc96 0.00 MB 1 0
37,107 37,107 000000003aca8e6d8ea79b02b33b9301a2142de0179a1362819778b4be920edf 0.00 MB 1 0
37,106 37,106 00000000364a2f0e4d2030d7dd5199947314bf5c3d332d067cfc895207692d01 0.00 MB 1 0
37,105 37,105 0000000042fcd65c964e27ae3f8ff837bc5fa00f60394af1faef343963411847 0.00 MB 1 0
37,104 37,104 000000007f831edac82a7556d533bc6ee0a9f9ede70ea9ff2be430095e690019 0.00 MB 1 0
37,103 37,103 00000000b08cb17f2db9ac4ec5dfeb78cf532e92effe417b8b0496e75541b96e 0.00 MB 1 0
37,102 37,102 0000000007b97838ba8d337f11ad7b4c31310d1f36e420602eac75e633ee3671 0.00 MB 1 0
37,101 37,101 0000000031c7d9a7d61836992130dffc187b0ef24af78fa867d4738fa31015ac 0.00 MB 1 0
37,100 37,100 00000000bdfba0fa27a67f2d298aa2eeaacf3139b9c48790dbe2f9d9393755d3 0.00 MB 1 0
37,099 37,099 000000002fe59e0088309293f6f51c9651e6e95ca3e7d56fed12354be1630801 0.00 MB 1 0
37,098 37,098 000000003513448fc089d9f13f19ab8318221cc42ab0b8fb0123b68c036d847a 0.00 MB 1 0
37,097 37,097 000000006ac4e755e709daebc51207957999420cae42ff446d54cb6a30b8f9a6 0.00 MB 1 0
37,096 37,096 000000001a12f6674b0e09b9205db2630ac1bc1c3a2feb3ce018ec899a867189 0.00 MB 1 0
37,095 37,095 0000000013a3eaf143ff6361916bef06187f2b0633af2d2e11e13cef34ba7b39 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.39 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,864.01 GB sent, 104.38 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.