Memory Pool Memory Pool Refreshing

9,250 transactions
4.10 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,810 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (534,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
373,448 373,448 000000000000000006a06bd12320cd4a215265d4fc8d38856bc91c3f6df9f774 0.28 MB 536 77
373,447 373,447 00000000000000000147a6e11f6091851bf42605633e6f1ebe3bfd2be36d1fdc 0.41 MB 751 36
373,446 373,446 00000000000000000d1f9b5a87d7aba084ec95032643c895dea113412ea38d9b 1.00 MB 1,942 36
373,445 373,445 0000000000000000059fcfe0f14c0774ebc0477d9e4eae6fcd4404d425fdfe87 0.33 MB 649 35
373,444 373,444 0000000000000000029e6942ea673f41cc113540ebfa36fa66dceb2c0ca3f104 0.25 MB 456 35
373,443 373,443 00000000000000000600f5f9915379dcc2c8e69aeab6f326d2278a12a5295d14 0.90 MB 1,578 29
373,442 373,442 00000000000000000ee46ead1489ce80cc856e0498c827d54873728abf5553be 0.17 MB 254 24
373,441 373,441 0000000000000000130fe7d77402a4206ceb597850325b866f892a0c99a68de4 0.37 MB 836 40
373,440 373,440 00000000000000000504da7a832f75bc3b9dc9bdd20e3b935833f5a5ad9c3165 0.00 MB 1 0
373,439 373,439 000000000000000004e5cd73bf4ba3505d1863d39096d3835529f4b0c3920090 0.70 MB 1,038 24
373,438 373,438 00000000000000000a652410375c3d867562b20613ba64e663faa263759e8f8d 1.00 MB 2,611 53
373,437 373,437 00000000000000000a1e27f90b42c48b4c92825887f208ca33fb9cbd1cc679d3 0.20 MB 231 19
373,436 373,436 0000000000000000048870d206b64c190e9a56d5a4ef5b8cfe1779c765bcf0d1 0.44 MB 731 29
373,435 373,435 00000000000000000a0bf5eadbc4de9cf79aff07824bc9e52452829cdfd10556 0.75 MB 1,796 62
373,434 373,434 00000000000000000e4ea489dd5e372411048f3757fc8bbbab279e825435b2b5 0.07 MB 101 11
373,433 373,433 00000000000000000d255e027b2ff4a020e5c71fe7b2969f330b1670fe4c028d 0.31 MB 591 33
373,432 373,432 00000000000000001129802230d95ee912f65dfe4e36ed7c2c86dcfa1e39dec7 0.11 MB 148 18
373,431 373,431 00000000000000000a069fc09ff2b0446596c8f6743566abb84be5ac4e3f2b4b 0.85 MB 1,676 41
373,430 373,430 000000000000000000188f29d78d84c6ba3866d300d3cc35287f042c35b0b9ad 0.25 MB 525 40
373,429 373,429 000000000000000002ad3ae3d0eb9f4abb369d5b48e5049ebf6ca4f17b15a7eb 0.82 MB 1,356 36
373,428 373,428 00000000000000000449dc32ccf9b52dbf5f32d84206d06d5b0b88a97cff1bdc 0.57 MB 768 33
Previous 10 blocks ↓
Total Size: 769.03 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,624.98 GB sent, 93.01 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.