Memory Pool Memory Pool Refreshing

3,309 transactions
2.49 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,806 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,258 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (811,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,446 96,446 000000000004d67dcc56a71c18ace42a75a52e9d9c58113bbcb41ed17469004b 0.00 MB 1 0
96,445 96,445 0000000000019f9d11a106fd08e6934698da95abcab58a5570fce3a0903602bb 0.00 MB 1 0
96,444 96,444 0000000000068fe4e32dc26e36eddcf933e4af25f98caf2a63ceaf64ec0d0279 0.00 MB 2 0
96,443 96,443 000000000001780212f459280565ba29582eafd6ddd49b4c66b88598cee19697 0.00 MB 2 0
96,442 96,442 0000000000043ba04cae4c20485c0a9cfe0b6cd10798c77f138237dd6eff72af 0.00 MB 1 0
96,441 96,441 0000000000002e8f1329eb60476402b9595c21f6c2b9aa17fdcc197613e9988f 0.00 MB 7 0
96,440 96,440 00000000000760884b5aed2e7a6d7ba0e5c9e90e89caa813771db3fc6d6d6b79 0.00 MB 1 0
96,439 96,439 0000000000024d2de9763c1698ec65270fe7b7f930c65a38910a828eb3532f49 0.00 MB 5 0
96,438 96,438 00000000000252100a068bed7398844143f7430171c8dfed7732f781e8943e4e 0.00 MB 3 0
96,437 96,437 000000000000f7afb2884578952a1ac6efc77d675c916003ff74c28c44f67311 0.00 MB 1 0
96,436 96,436 0000000000026ce283095d7ee4b62237997f6cbbfa6aab29fc61661253e28fc4 0.00 MB 6 0
96,435 96,435 000000000002492077280fb9f3b263be83f2862d80a53ce31ad008e15d18a131 0.00 MB 4 0
96,434 96,434 0000000000033354aa11fd866670a2a65440ad0f5499e91a577d5fa9b9c9046a 0.00 MB 1 0
96,433 96,433 000000000003bb599c6e5401d2a008b2756c18c483917929b67cbd822019bab4 0.00 MB 1 0
96,432 96,432 0000000000047a6d0e06d62600801f1844bee881f3bc31ed688c294cd81be01f 0.00 MB 4 0
96,431 96,431 000000000002db98c8cdf47a275fedacb0060057e20ca4c4308a68932412be72 0.00 MB 2 0
96,430 96,430 0000000000025ae144604744bfa5ff001a4e370d1bd5f604634d1df284883208 0.00 MB 3 0
96,429 96,429 000000000004c54511dfec5c640a276fc4f99adc3f5cace32b300733012eafbf 0.00 MB 3 0
96,428 96,428 00000000000500cfea3ca2a7a893480da17769e18f0e507fec63e114b96a0a2f 0.00 MB 2 0
96,427 96,427 0000000000043f3314e0e312daf0b645eac7fb9825bbf62b4abd88e4b804f4a5 0.00 MB 1 0
96,426 96,426 0000000000080f157af1ac787398027e0b8566f556de7310b6bea6b796aed309 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.17 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,633.40 GB sent, 93.79 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.