Memory Pool Memory Pool Refreshing

642 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,103 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 630 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,102 (806,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
101,654 101,654 00000000000103dc460a89a8f57f4fc46252fa1e069de77651a95dbd371fe7c0 0.00 MB 11 0
101,653 101,653 0000000000007a5a51166a58100751f88e59916309ff2054fbb4f4148c7e22f2 0.00 MB 11 338
101,652 101,652 000000000003936e25784833e8d414d9c19e95ee8acb15ac02b626a82dd8e930 0.00 MB 15 0
101,651 101,651 000000000000f6803e3c91c42658910a16fa628e6171a8d5fc633f32d3299ed5 0.00 MB 1 0
101,650 101,650 00000000000342f25214d4e63b1ae30e4ac9d94210d5a431555003777d78380e 0.00 MB 9 0
101,649 101,649 000000000003f8d9176a233f4517eb5cba685f0a80e21e2beb2bcf35c58d9a84 0.00 MB 2 0
101,648 101,648 000000000003d9f3d8f2e92c1522fd4285ef7179e859f5380f7974790ddd30b8 0.00 MB 4 0
101,647 101,647 0000000000036042d0e8dae5c198638d5e62d8431a45a4ad888741806b4dea29 0.00 MB 11 0
101,646 101,646 0000000000014d717db096cce922e70457a0f014e5da5715d7061117953ee1d3 0.00 MB 12 0
101,645 101,645 000000000003f4c48634625bd804dd5b0a3d2a922f23acc0a205a9a3c20f9beb 0.00 MB 3 0
101,644 101,644 000000000000427426a0e20eb66c308d70dc834d82cf720ae785ad34e3b3bf22 0.00 MB 1 0
101,643 101,643 000000000002c2dd029f1f26729cea6e4e65bf8b0b07af932e897d52883fd6f4 0.00 MB 5 0
101,642 101,642 0000000000031a3a8c76ad520be2d595067e3b0efb98142f3faa1b2c0b525d6f 0.00 MB 4 0
101,641 101,641 000000000002b7def1c138ce5172ca6ada06ffb0c2dec9fa2f696e500fc73a29 0.00 MB 4 0
101,640 101,640 000000000001aa5860b4459c1fa1e5fd7f4f147bfd5c2c675e69e88d0cc17c59 0.00 MB 5 0
101,639 101,639 000000000002916af1470ada6fed15b23cc04b9ee9220ffc0a4deae49b5b89b5 0.00 MB 1 0
101,638 101,638 000000000003aefc5f312d6e864cc7ce217bcf238baf59f4445043eb8f0cb100 0.00 MB 4 0
101,637 101,637 000000000003c79b0b71a6e7263b06761d4e517fb49fd17866bd8bc648c26acb 0.00 MB 2 0
101,636 101,636 000000000000241fae13c209e14683020f720f5c16ced5e695f90d175ff9962d 0.00 MB 2 0
101,635 101,635 000000000003e41e441620a163762485ad85abf56b29056ec4bc52ba0c578730 0.01 MB 34 0
101,634 101,634 000000000000bebcf3485e9d02b0ea967ba559f119d4c13a2b00c9fad80c4227 0.00 MB 14 0
Previous 10 blocks ↓
Total Size: 769.74 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,679.12 GB sent, 96.57 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.