Memory Pool Memory Pool Refreshing

235 transactions (0.08 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,068 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 227 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,067 (871,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
37,094 37,094 00000000aebf359d0410bd92ad83ea9045b052b11520fe9466c4a8c05956f967 0.00 MB 1 0
37,093 37,093 000000009914275f0a0f97b7e65ee26b252fbb69c793b5d25f87164ebfe3d52a 0.00 MB 1 0
37,092 37,092 000000004dee657aaa75e79843917f582b5e12844c3dc6e0e75b2acb0099e715 0.00 MB 1 0
37,091 37,091 00000000699327ba58f007022fbd90e8f35145b41b8a1e8b0e23c91f5d671b31 0.00 MB 1 0
37,090 37,090 000000005b73cc65c525a090c05b45b1296d15b055750ca0a88e4339d8b6300a 0.00 MB 1 0
37,089 37,089 0000000076f3a44168cbe9ee619cf6952813b5e3f0c943d3c4545e0220a7d20d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.67 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,900.82 GB sent, 105.86 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.