Memory Pool Memory Pool Refreshing

1,163 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
907,794 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 1,137 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,793 (7,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,409 900,409 00000000000000000001e7e2dc5c381bf03c9d8c722f7f62d1901342243a0e41 1.44 MB 4,475 9
900,408 900,408 000000000000000000003863c0171f95f4b409d331226f21a1619c0499539850 1.39 MB 4,780 13
900,407 900,407 000000000000000000008d615c9b73d326a7f39574a34e1113bff891ae0bb788 1.41 MB 5,018 7
900,406 900,406 00000000000000000000253aeba993d30dabfabc52896ae0557a83d263d84467 1.40 MB 5,177 9
900,405 900,405 000000000000000000006e5e05a012da0b9a6bf9218bd617721eaf5536ff8d5b 1.43 MB 5,181 8
900,404 900,404 00000000000000000002224d4dcf56d2b63baa2a18db6270ee6281af51c3e181 1.39 MB 5,324 11
900,403 900,403 00000000000000000000504f083614f1694e1f0118fbc0c18b12a33e9e5b6e47 1.40 MB 5,102 11
900,402 900,402 00000000000000000001f26ea48752d5acabf9f46c762663627c87dd5f8bd498 1.46 MB 4,737 4
900,401 900,401 00000000000000000001c77ca434616794647b30a4f75ff2566aae21068a69c1 1.43 MB 5,100 5
900,400 900,400 0000000000000000000206ea8a99ebd222864692a60c285acfeed1976e860265 1.41 MB 5,076 5
900,399 900,399 00000000000000000001e412795ed39b18e56338e9b3c20d91edf59d20e020c9 1.43 MB 4,916 8
900,398 900,398 00000000000000000001840d17617d904ef0798ca99017b0a70aca7e30c0f0a9 1.79 MB 4,597 1
900,397 900,397 00000000000000000000a2832619d50a04114b316921a5a20916279720a380f5 1.48 MB 4,795 5
900,396 900,396 00000000000000000001be4868ae78d37e3ebfad49fb2208330fa3585d7ef0f4 1.86 MB 3,620 2
900,395 900,395 000000000000000000009f796f3c18a433ca18f52feac36bcadffb35fb666cc1 1.55 MB 4,091 19
900,394 900,394 00000000000000000001b61fa1dee438dcb0785b3ddb6624adfc7ed3e01dbb41 1.63 MB 3,448 2
900,393 900,393 00000000000000000000b36801d930fd03c336de6e53ac3b25aca3517170578a 1.78 MB 2,877 2
900,392 900,392 00000000000000000001b2d521c67a33d104dbe45796ae43a96a4731d1209527 1.47 MB 2,952 2
900,391 900,391 00000000000000000000d0537b854eb080e3011f53658e03f9824aac1cabb3fc 0.44 MB 809 3
900,390 900,390 00000000000000000002038dc2b2c1d9fe4f89ec4eba87f48370064cb86f1ac2 0.27 MB 647 1
900,389 900,389 000000000000000000004ad769df070bde3c06f9eb65e30eb786276284e95fd3 1.66 MB 2,938 2
Previous 10 blocks ↓
Total Size: 769.15 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,632.65 GB sent, 93.65 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.