Memory Pool Memory Pool Refreshing

4,384 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,578 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (53,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
854,381 854,381 00000000000000000002aa64ca0be513b62223ab7ad49a953d049d7b9add37da 1.62 MB 6,118 4
854,380 854,380 0000000000000000000319e1340f1b23f444062697cf58937cdc9a979b97ffbb 1.57 MB 6,068 3
854,379 854,379 00000000000000000001449c21f2daafa844b7b486a2b3643da7cb38218a72dc 1.59 MB 2,836 7
854,378 854,378 000000000000000000031924122f255d7b998f557901677cc68d18e4870bd8d2 1.63 MB 3,618 7
854,377 854,377 00000000000000000002da26a0f47590e10a6021215d834b912a17d9b491f813 1.60 MB 6,312 4
854,376 854,376 00000000000000000001181d9515b6c6e49a521a098d6fc640766b2281c88cb3 1.62 MB 6,667 4
854,375 854,375 000000000000000000014fef31335a37ef98ed3e4b3a7237b71e7ec1c22f7892 1.57 MB 5,055 4
854,374 854,374 00000000000000000000adb4abaa0bf8efa498ffccbbf945e7354ab8a83495bf 1.58 MB 3,382 7
854,373 854,373 0000000000000000000312b633361dc01073a01578d11b7c3c5dbaa90bbef0df 1.70 MB 6,251 3
854,372 854,372 000000000000000000035bf0aafaa7f86905328efccd4fa7a09da90ceb032a5e 1.61 MB 5,679 5
854,371 854,371 000000000000000000015c83a997a92fd3bf2fc1feca578adfc8285ce3e347e0 1.63 MB 5,025 5
854,370 854,370 000000000000000000023bb593ca6c8abab889bd265a303dbbe56c1fbc0660b1 1.53 MB 5,446 3
854,369 854,369 0000000000000000000334a9dbdfb1b823168dabe2655aab1746034986597c63 1.62 MB 3,939 4
854,368 854,368 00000000000000000001ec02ff8034cc46a9e1312ebb4332f62774c25f89c62c 1.53 MB 3,619 9
854,367 854,367 00000000000000000000d814a4f7150b04c500c9d399177c2f6f99b1f91dacdc 1.74 MB 3,401 7
854,366 854,366 000000000000000000011f39ae7043d2fbed4986b7bd7aee41834053dfaef569 1.69 MB 5,469 4
854,365 854,365 0000000000000000000163f30b85b4a11b0628bb621a72f88088e7ed5190ab5d 1.79 MB 5,698 4
854,364 854,364 0000000000000000000093beb88f76b51c58f7e80d355372b819943430dee93d 1.66 MB 5,990 3
854,363 854,363 000000000000000000011aeece50e957879db2ce0405ee202c945af8daa47d83 1.59 MB 3,520 4
854,362 854,362 000000000000000000017b4f29e5669f5e366300b1e07aa47970e04c8c79efcf 1.58 MB 6,028 4
854,361 854,361 0000000000000000000115b5178a8d7987e402d52eff153b74b06b782a75ebeb 1.56 MB 7,015 4
Previous 10 blocks ↓
Total Size: 769.05 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,627.50 GB sent, 93.13 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.