Memory Pool Memory Pool Refreshing

2,643 transactions
0.85 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,383 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.84 vMB 2,634 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,382 (870,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,363 38,363 000000002b620b16f2776e658543833f262f4c05c4532c380ae40f9326544412 0.00 MB 1 0
38,362 38,362 000000006703477d37765711f27735a3b3549cbaf6c610a98c95e01a3ee5e5f1 0.00 MB 1 0
38,361 38,361 0000000075cb528693d691e15e6ad5cea882da41fae400b5ef04490b732d7861 0.00 MB 1 0
38,360 38,360 000000001c1c8faa961720e231004346d15a32db5afbfd15820fe1fcc3b04099 0.00 MB 1 0
38,359 38,359 00000000723ab1e69341c58dcb8a8af5272a6487b8e325b386b45d9a53979968 0.00 MB 1 0
38,358 38,358 000000002d871a512990f421140fbe5e275c816d5a58af874f85d48f76443132 0.00 MB 1 0
38,357 38,357 00000000002c04d2afff842cb7ed505fa2a5837dbc61837250d094e981abb65b 0.00 MB 1 0
38,356 38,356 0000000009243501db07e5cd9bce8d79f36b5a5eb794d31663f496b45e054116 0.00 MB 1 0
38,355 38,355 00000000079099c68fa25f53d0694620b0d035a020b948bbd9439f3903a3b386 0.00 MB 1 0
38,354 38,354 000000001b1a5a21987738716bd9b394b24bb951c5a4577ef374351d4b547122 0.00 MB 1 0
38,353 38,353 00000000174fc07d89b9f0ef3d3f8b224101fa65ca6487804b402d03f2d5fc06 0.00 MB 3 0
38,352 38,352 0000000079e5c2df6c824c835c022615f75b202000d474e9e03bf3603bd720bc 0.00 MB 1 0
38,351 38,351 000000003e243c6e3b0667856c5c9ad3e12f16043ee9310dea448f4e0e0c63b4 0.00 MB 1 0
38,350 38,350 0000000071141422137c97a41b8c1e24b7cfe5e5bc2bd618934831d4c96285a4 0.00 MB 1 0
38,349 38,349 000000000fb53191d43063df7dffb06270a2397ade5440c7b31078ea257ce48d 0.00 MB 1 0
38,348 38,348 0000000065f9a81a00c37d28c3012eb445c14fb23b06cc7dddc7db78eddb2411 0.00 MB 1 0
38,347 38,347 0000000075de0b7cb3fefb921e09eb425b375f30d367b72f840119c8d661ca16 0.00 MB 1 0
38,346 38,346 0000000047bf4b7be19b5f475bdf94ef739b602e1f58139e893f1a8df15655f0 0.00 MB 1 0
38,345 38,345 000000000624eee85de18bbdc563755774b10735619f041e9bbc01f02089bfa5 0.00 MB 1 0
38,344 38,344 000000004030c6df283d3742f0784c1c8485bd2345bfad5d60e03899f180975c 0.00 MB 1 0
38,343 38,343 000000001dc4c72175e0856b7b425206a3b2e8da06bdd0f77ad5c6f08e2f438a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.40 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,703.65 GB sent, 99.13 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.