Memory Pool Memory Pool Refreshing

6,550 transactions
1.94 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,225 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (774,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
133,134 133,134 0000000000000975d8a0490d3fbf46d4da2010ebfc6d3b947f48fa41a0a9812f 0.00 MB 13 670
133,133 133,133 00000000000000df42def5dfd55b1ca85395e90a35c802612c3be3624841c402 0.01 MB 28 418
133,132 133,132 0000000000000a0b501f4745c0acbd7f4ba5d64adde6bc8a98525e7be5b5979c 0.01 MB 21 939
133,131 133,131 00000000000000385b4cca8709ec705fe9d71556acc057a7a9809cbe1680a8e4 0.05 MB 158 167
133,130 133,130 00000000000004d63bae4ad166938d9ae13f00cd86d01c786d4e29250ce48763 0.00 MB 5 0
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
Previous 10 blocks ↓
Total Size: 769.27 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.32 GB sent, 94.25 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.