Memory Pool Memory Pool Refreshing

2,839 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,869 (792,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
115,467 115,467 0000000000003bb8c5472a612a9014449fd13c342a4a059aa8f4a0d26c401209 0.00 MB 9 657
115,466 115,466 000000000000bae9c62dfd904bbcd8cdeb96b174362ea3f0ced9ac992708afc2 0.00 MB 1 0
115,465 115,465 000000000000c72acada445ecb81aa3d5e016d63c6be2b092543a760e3a022de 0.03 MB 103 0
115,464 115,464 0000000000008ec9fb7cf1f45831fe5ef2e71df17d96da99f65747b0044d4202 0.01 MB 13 460
115,463 115,463 0000000000001e1ad99dd421cf5a605145350c1a25f990134b52198813389d13 0.01 MB 10 639
115,462 115,462 000000000000e522fedd912cd3453e6e67af119a23eb4fb2e1201578e50b1a19 0.01 MB 31 1,831
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
Previous 10 blocks ↓
Total Size: 769.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,642.59 GB sent, 94.41 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.