Memory Pool Memory Pool Refreshing

603 transactions
24.76 vMB
Show Random Selection Loading Transactions
Max Size: 99/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,312 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 341 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,311 (843,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,531 64,531 00000000057808f5eafba88ed589f100c1150930ad88ae0c7b66315d27bd6e0f 0.00 MB 1 0
64,530 64,530 000000000700b9b5efaab2e39adc631a51182b8c08842ae4ef4b0113ea2e54ba 0.00 MB 1 0
64,529 64,529 0000000000c2a478af29182a36c1c0f92a6415b4db2149a64b0b3f69a668568c 0.00 MB 2 0
64,528 64,528 00000000025eac0b33f9b3bddfd532751930a94978c1bc5a41f008c0f9320f68 0.00 MB 1 0
64,527 64,527 000000000a3ac456df6ca4967808633dc52c877fc7226819c5fa2db12d021d7e 0.00 MB 3 0
64,526 64,526 000000000a7467b8ea07d574ab190685345866b4d57a0f8cb54cc872a42a5a62 0.00 MB 1 0
64,525 64,525 0000000002051c91fe5ca0dfdd521fb42e71408193b934a1f9df4c7fe0d09a58 0.00 MB 1 0
64,524 64,524 0000000006cfc860c7606c8b4c1ebe30e04a34f993de31a17633a017dee127eb 0.00 MB 1 0
64,523 64,523 0000000004fef3043086dc577e91f2538b9f2a25b82c5af03c7f6023f3f84dc2 0.00 MB 1 0
64,522 64,522 0000000004eba3c9bc770d27fd74681615a27a8c71e90432a151792ed4b637f4 0.00 MB 1 0
64,521 64,521 0000000008afc667659619860052b0a9059a3ec044ff7315351aa10f3a7e5e7e 0.00 MB 1 0
64,520 64,520 00000000021e8abf9e4731126b9f577cfb42d49edd4b35708e61572478036443 0.00 MB 1 0
64,519 64,519 000000000295c7301ba50099153ab682c2491155a311b2f451e617fe8b4ac114 0.00 MB 1 0
64,518 64,518 0000000007230df9d117a088e2f1f5b9077d4d691b7d29d7b11200221a5eee37 0.00 MB 1 0
64,517 64,517 000000000852a6e940962b43227b5864882e5970e4cfaac6c14f2be9f681a87b 0.00 MB 1 0
64,516 64,516 00000000015fe0c1b29e40c6d8791812844a265f7aa0377a16e9008fd21e696a 0.00 MB 2 0
64,515 64,515 00000000084b28af46c1c871274c9958941682f781b0018377c1d9327b0607c0 0.00 MB 1 0
64,514 64,514 0000000007abe9c4aadb745c162735cf06b21a8e6234023b895b5343fc4945b2 0.00 MB 1 0
64,513 64,513 00000000027cd06bcb109ee4033ee153ed15d4000c0c7cd72105c7841eb948c5 0.00 MB 1 0
64,512 64,512 000000000a20ed505ca567ec4611616790a1e3c49bc9bdd82ff6bd773e32db2a 0.00 MB 1 0
64,511 64,511 0000000009e6aa0fe39b790625ffeb18a2d6ff5060a5bd14e699e83c54109977 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.21 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,698.36 GB sent, 98.59 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.