Memory Pool Memory Pool Refreshing

2,890 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.82 vMB 2,870 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (774,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,129 133,129 00000000000002bf2a71dbcdb0069aacb5169601fc53999acd47b1ceae517e08 0.03 MB 93 448
133,128 133,128 00000000000006a610df64ee97b4e2936107dc844ade4bd66c65a0f68995983d 0.01 MB 32 450
133,127 133,127 00000000000008d748c66be6ed8f4a3c9639c5942b34d2bfd9c35a0e413214fe 0.02 MB 38 283
133,126 133,126 00000000000008f654c8d03d815ecf19c6fbd50a7c17c3613657a29b23d2469a 0.00 MB 9 223
133,125 133,125 0000000000000760cff2a551159d5d14b9e28cc2880f38c70663afcd39e7ae19 0.00 MB 13 807
133,124 133,124 0000000000000391ab2400e7f29bd6838b64541e5469be764fbcc4f1cdc35086 0.06 MB 122 142
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
Previous 10 blocks ↓
Total Size: 769.01 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,616.93 GB sent, 92.85 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.