Memory Pool Memory Pool Refreshing

447 transactions
0.13 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,017 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 423 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,016 (744,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,143 163,143 00000000000001db301d405e5286622516f73b8560ebd778cb8fdf2c9e7c9970 0.01 MB 20 189
163,142 163,142 00000000000005ee01b300a3086738d4de94cc7fd9a497ceeeb3fd35e9020ffb 0.03 MB 98 43
163,141 163,141 0000000000000bbe0a0790097dacb8783258b21ae1092b909def3e88fc5d17a0 0.05 MB 117 238
163,140 163,140 0000000000000d42fa7dfc61ae94fa03f1b844b1ec1c08f75a5777df6b952d9a 0.02 MB 35 38
163,139 163,139 00000000000007e89c293fb28dbe2fab616247dde5053a9c3315e8cbba8096d0 0.02 MB 75 141
163,138 163,138 00000000000008b56e1c3cbd517c7ea2872baaec39a6b26503cfdd64abd17034 0.00 MB 10 353
163,137 163,137 000000000000072913b495c638fd8e20230d4d1cd9d95a1b69989515a8f71368 0.01 MB 30 202
163,136 163,136 0000000000000507954807150ad74d006deaceb1d8f480fffe16314e049204ae 0.00 MB 8 69
163,135 163,135 0000000000000a85b24b618df5e81319552591d4d863308823ed6d1270a0fae9 0.01 MB 18 18
163,134 163,134 00000000000004495e1b31a047d038ed359d6cffd5e3de06a5096b913616279d 0.02 MB 84 6
163,133 163,133 00000000000006baa3348b0c501604b46b1e295efe9fbe4ea69370b2eb67840d 0.00 MB 12 35
163,132 163,132 00000000000003126f9bc93c0e39df3682cc3ca914937876b7fae61a2ae66e96 0.03 MB 69 94
163,131 163,131 000000000000039ab6544db5755a4ba69e347ffbccbea5237e221ecc0a2ab8dd 0.02 MB 66 75
163,130 163,130 00000000000008a133d516889ce4cd3a89b8ef5a61b9ed761728ef6ececce246 0.05 MB 132 184
163,129 163,129 00000000000004a26a0964952c6e912824c1e014cae56891c82ca86012824069 0.03 MB 37 62
163,128 163,128 00000000000000bf3f3683bd1d28ee4b4d63c182dcb207abb5f499831eb0d450 0.00 MB 16 34
163,127 163,127 00000000000000fe2ed9288c26a7d4408d177831a411ddfb6c5072e173fa1f6b 0.01 MB 44 413
163,126 163,126 0000000000000342906c2c853f8aad0813ec52b84f9131e2eb39a93453d29bc8 0.01 MB 20 50
163,125 163,125 000000000000042f0dffd810d299fe9ce6f0d04e6f0c9768daae77321aa805f4 0.04 MB 112 16
163,124 163,124 00000000000005e1e527e38ae052e4118f53ad157ba1d98f2b230832274e7a51 0.03 MB 51 39
163,123 163,123 0000000000000382c553a60fee217aea182ae89c2333d058b4f6c5058eff7611 0.04 MB 67 185
Previous 10 blocks ↓
Total Size: 769.58 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,650.51 GB sent, 95.81 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.