Memory Pool Memory Pool Refreshing

4,662 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,277 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (786,263 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,447 121,447 0000000000004aa1a46225f6d7804641efa4e79407e0e78ffb942d3e90092b90 0.01 MB 19 1,189
121,446 121,446 0000000000007427f936315c813e902302dae255835176cf3fe85d859698c83c 0.00 MB 10 0
121,445 121,445 000000000000446a1f2a178a1bc8b8a09d6e416ca91c5a5373219a5decdb8b01 0.01 MB 10 839
121,444 121,444 000000000000770f63677031fd5357512efea3abfc51ac080c5ddd46ab09beb2 0.00 MB 11 327
121,443 121,443 000000000000393af0ef3b89f00b70a07ba2d9490398a5ac8fb58a1067bf4e69 0.01 MB 17 1,324
121,442 121,442 00000000000057eb886593ae579c4d9e274e4e1ece630de2ff45e21935aa2b74 0.00 MB 13 0
121,441 121,441 00000000000011919826f982ffb65d4211ac76f7c0d8136010f01063bc5a5c68 0.00 MB 13 550
121,440 121,440 0000000000000f2b6ecf9aa7b680b21bc52e50fa8f70ce6224da81697191b554 0.00 MB 9 0
121,439 121,439 000000000000674f28c46878262690b7e6fa27a7069636a9c0dd15f89c4cfe27 0.00 MB 10 0
121,438 121,438 00000000000002bcbc2eb4ee9a689b52caf5ff5cd1252e3b9d17388dc003bc67 0.02 MB 45 1,220
121,437 121,437 0000000000005b150f2f83df1eae79abf6e3fb0c00d7f4b97e8602ddccb093ef 0.00 MB 13 1,431
121,436 121,436 00000000000012ad70f7cbe98484d74363a691d3ad27a623e2f56212a1d535c0 0.01 MB 9 269
121,435 121,435 0000000000006e8a9cfed29097e6867460336675c18b616f5a17ce1dd32a9cb0 0.00 MB 14 0
121,434 121,434 00000000000080ea01f9eb9897b4041271d4bd01dd59bf1562db7912bb6daf84 0.00 MB 7 0
121,433 121,433 000000000000262dec6e319fe1c9523709a626176cebc8937ce1f46296597a27 0.01 MB 25 2,296
121,432 121,432 0000000000007e24a7a982fd1bfd0f1deee06ee4f6cf3dea948ce60541c7afa9 0.00 MB 15 830
121,431 121,431 00000000000033c9c58c4054c96c2f3e6a23b634974b55a71384f6e0d315df0b 0.02 MB 34 671
121,430 121,430 00000000000025c3ed4265864f3ede618c8aef69b35177434123d238fb66b240 0.00 MB 11 0
121,429 121,429 0000000000000de44896d64eb301f48f29108dccc212da4b5edc5b3c571dbbce 0.00 MB 12 0
121,428 121,428 00000000000072e5f08ebb9339c6886fedba9224ab5e263baea460ba148ae886 0.00 MB 14 458
121,427 121,427 00000000000034fa21051368f5a197e65239efb2f99a831615bbdd499429ab94 0.00 MB 8 1,103
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.87 GB sent, 92.83 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.