Memory Pool Memory Pool Refreshing

19,539 transactions
6.28 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (774,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,123 133,123 000000000000000fd99ad1d769b95f1377bcaf62f3ef78b317c31b55ed77f5c2 0.03 MB 41 1,171
133,122 133,122 0000000000000998511acac40faf9b89aae91802d414a0437fd7701c84f5fd85 0.05 MB 62 961
133,121 133,121 00000000000009ce1f2e4d5c60b90bb37146ab86b2fafc2cf0a8cd92992c1bfd 0.05 MB 169 360
133,120 133,120 000000000000040cda86ca6da7e21cbd397f2397cb0e5affc1aa427b491eec33 0.05 MB 178 94
133,119 133,119 00000000000001d4cfc6a3e3cdebc74b3bedfa48560400e90471608f3b8025ea 0.01 MB 19 1,261
133,118 133,118 0000000000000021abb1e69f74b22ca6110a05d238d3e961c56f06df1915c281 0.05 MB 141 306
133,117 133,117 00000000000001d7fa103e8e3c21fc524b25887f4c3d210f5d95cc44e96ed748 0.02 MB 45 825
133,116 133,116 0000000000000bff9b3dc6f7d2232ab4c16f56f104b117348c527020926f59aa 0.02 MB 51 921
133,115 133,115 00000000000007214721b6332ac683cb1eec0e579cb3733fbfaecd2a8e529a30 0.01 MB 15 222
133,114 133,114 000000000000086b9ce2e68f0ca574ab351971e7c4105ef5060df45ccd4d419d 0.03 MB 73 236
133,113 133,113 00000000000007513d2960f22090479af4ce850f5b52afe625f77c4af0fb5e52 0.01 MB 20 429
133,112 133,112 000000000000061c8ee7ad98b9feb606065ef941ea35398dbbcdbf4874235df6 0.03 MB 122 159
133,111 133,111 0000000000000387ecc3f96560ad78525c5c6c77e0a61b259ac15b995ade230d 0.02 MB 51 576
133,110 133,110 00000000000007d28b54062381018f640505203519c19fb36062cbfb772623d2 0.00 MB 17 1,369
133,109 133,109 00000000000004ed63de4b408cfda2df94c3188cc04c4efd2857c6958db489a7 0.00 MB 12 625
133,108 133,108 00000000000001186980448d30e9596695ba316d1ed4f68b9687fcfa37a265b1 0.01 MB 21 1,049
133,107 133,107 00000000000000342bf849cace04e3870682c71e143b2332f92c4a7721aa6bf8 0.06 MB 88 376
133,106 133,106 0000000000000961338f561dacbb0da3e6979ff42f44bed4a01f44e01c0d9df9 0.06 MB 132 479
133,105 133,105 0000000000000b8079791cd4add837e07858f5fe0c23095b4b21167762dda67e 0.05 MB 171 136
133,104 133,104 0000000000000283096c82b4a33a6e642a3d3126e7fae26b3e071f164a0629a0 0.05 MB 19 70
133,103 133,103 0000000000000a2c8b20513404f26182d3b711104d2c4437a707f7b2240b2e09 0.05 MB 116 201
Previous 10 blocks ↓
Total Size: 769.02 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.50 GB sent, 93.00 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.