Memory Pool Memory Pool Refreshing

3,744 transactions
1.60 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,617 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (552,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
355,504 355,504 000000000000000016a92cedabb4fc4c6680c1f1c2eee2065cd5daad9ca10459 0.33 MB 547 24
355,503 355,503 000000000000000011f168dbc1fd6b68e58c814688cdb6d215f67598ea912c64 0.75 MB 1,168 24
355,502 355,502 00000000000000000979aae15556e8daa67438245e19734e1e54e1bf8f439457 0.75 MB 1,896 38
355,501 355,501 000000000000000010060501463ba6daa04ea41fcfd26cd8aca4b04894829206 0.51 MB 643 23
355,500 355,500 000000000000000012b2011e6cd633d20b967e5e8d30cc62d546a67f52a69ce5 0.45 MB 1,020 33
355,499 355,499 000000000000000013e09047cfe62de9cdca7ff40bb0e247105d2b049c6029d9 0.22 MB 405 27
355,498 355,498 00000000000000000ede38f215b8dfe9a05f891f85ccf745ad490a086e4132f4 0.10 MB 197 25
355,497 355,497 00000000000000000bb5a4ba0ad3e2a5177e6699d62d90acd11fe88f1a5fdb98 0.08 MB 134 23
355,496 355,496 0000000000000000162ae35943cb65472d0c7b2101986936a5e79c39137c7738 0.68 MB 1,282 28
355,495 355,495 00000000000000000afc382f5738ba7be9fedebd68058ccbdcadbf95e241c501 0.08 MB 166 36
355,494 355,494 000000000000000010c8b49cb447c551cfcc267f7a8b5820d489ee395e73180b 0.26 MB 358 17
355,493 355,493 000000000000000006b0a1cddea5142c23d28a5980d13083dc32d861262fc7c1 0.99 MB 1,783 26
355,492 355,492 00000000000000000de5cebd8393a08a864b7681362ff3cb11e6525b2ea3f84c 0.00 MB 1 0
355,491 355,491 00000000000000000caf319eea97874f080b2e439075556da6581f576141cc4f 0.13 MB 197 24
355,490 355,490 000000000000000014f912f5f5d40dfbfcaed47c38992953b87077e97d6ca9d6 0.35 MB 685 27
355,489 355,489 00000000000000000f39f4e330adfe725377c610e190c0c6066bc3b9154b3426 0.88 MB 2,002 31
355,488 355,488 00000000000000000d3ce7f33ee7e5f8c0752469951534d99be6094ee0c8f3c7 0.07 MB 112 17
355,487 355,487 000000000000000000e1bfd577589ce7ccf34de30b3360968f94045ab0c51cb6 0.31 MB 494 29
355,486 355,486 0000000000000000098394eea7796f0cde8ffccaa65af66f084495e6b7225e1f 0.50 MB 833 25
355,485 355,485 000000000000000005b08988617b24c52903974dd1acfca81467b8a14dbf51a3 0.36 MB 493 10
355,484 355,484 000000000000000009adbfc200c13775313f9c80944049e7cff3c673d8d43c00 0.75 MB 1,614 33
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.