Memory Pool Memory Pool Refreshing

4,511 transactions
1.69 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
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,965 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (792,389 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
115,461 115,461 000000000000a52ba11658ea8c86b7f92a537d71cd583a5743830e4ae82855b2 0.00 MB 4 0
115,460 115,460 000000000000b316204556c7d7417527ff7eb83910f8e55dba21181d794bef5a 0.00 MB 14 812
115,459 115,459 000000000000bb5bc11e17cc01046e07775194d8d0c70e8c7d8b4cc601d29371 0.00 MB 6 0
115,458 115,458 0000000000000137256665f7409f7f73db6d45debea3937f5e4ad53bac360db2 0.00 MB 3 0
115,457 115,457 00000000000032eb5f5bb7a5386ea39c0e649b881e4f7304e2886749d1e6b175 0.00 MB 13 0
115,456 115,456 0000000000009b9ad7970d57247d161960980f059c74acf6ae319d12e0f827c7 0.01 MB 11 777
115,455 115,455 00000000000096f8b45ce3db4f54b23609e73395a3415dcbc02aed05c75ec17c 0.00 MB 7 0
115,454 115,454 00000000000008ee7c8e2d3a9887897ea7b97f00d5fa2a203989c81e775f9d4d 0.00 MB 8 333
115,453 115,453 000000000000d7fcfca7436d241d484210c7b631a6918dfb3cdb628e5b871302 0.01 MB 18 996
115,452 115,452 00000000000037cf4f73afea864e7627ab2322b33adc504a554a529d7fcc87ae 0.00 MB 10 691
115,451 115,451 00000000000054252f7de150b923518f9ae9b19482b45509cb5361085b498f3e 0.00 MB 1 0
115,450 115,450 000000000000ae4c1ba1c27df3c375c177de0c50600e45920335466883ac43c8 0.00 MB 12 314
115,449 115,449 0000000000000db635bdfe70ccb463eea3c23e9e48539057fe0d77d918a491fd 0.00 MB 14 1,576
115,448 115,448 0000000000002b59035d27daa16b275fb8e2ceea9662a1b1d94f8aa78611617c 0.00 MB 8 333
115,447 115,447 000000000000d83c6ad58de8fd51830bc6e3aee08d1d12ffb6402dda5f67e03e 0.00 MB 9 635
115,446 115,446 0000000000000418f2839c0d1c9fab098bba0e95cd9ba59c4de4634871071415 0.02 MB 36 832
115,445 115,445 00000000000030eb7515614f4c896b1f93d66fb03bf7cfb756fac0a76fd86285 0.00 MB 3 1,206
115,444 115,444 000000000000a360bca7381388b890c02e5bb867b21f7c000117dba4c511553b 0.00 MB 11 341
115,443 115,443 0000000000009727007a6ac42fc3fa8274d51b19615713396a1d83f0072352ba 0.00 MB 9 1,233
115,442 115,442 000000000000c6c02318cc30f47765ebcb3e21a7383edf0b4024d8b48282afd9 0.00 MB 3 379
115,441 115,441 000000000000055a752d4f0d42d7ee3eb9acb899733155be4feaec170bfba3cb 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 769.26 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.27 GB sent, 94.23 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.