Memory Pool Memory Pool Refreshing

17,794 transactions
5.75 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,528 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (453,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
454,447 454,447 00000000000000000193e4d9ad2f4d48f4055657de1062f33fd3ca2e2b39f6eb 1.00 MB 2,494 146
454,446 454,446 00000000000000000104a6734c54b42a662e3184b082c3705401182e5f318b07 1.00 MB 2,398 161
454,445 454,445 000000000000000000fc06d76201abab54e899f0c88ecb4fe580bcd4cf8c9ec5 1.00 MB 2,312 163
454,444 454,444 000000000000000001bc1cee37dbdc49516b14206dbb343a8d148976259951d2 1.00 MB 2,393 170
454,443 454,443 00000000000000000201d592fcfcf59af02bdfe822123154a4a724ec7ffa0982 0.00 MB 1 0
454,442 454,442 0000000000000000000e689d993b465aaa23e56e87d0f6c649de4b98830f789c 1.00 MB 2,437 129
454,441 454,441 000000000000000000782df94baac7dca8150c9e3bf209a6bd6cad425eb78571 1.00 MB 1,920 146
454,440 454,440 0000000000000000022e8983aa3045520adb2291c93b041a2415b0f9775551b5 1.00 MB 2,887 187
454,439 454,439 0000000000000000009b3122a76e90167a601c1cce7121b774516444668de480 1.00 MB 2,316 160
454,438 454,438 000000000000000001624398e846bda849016fd7b5f150f6182abec4c0c63408 1.00 MB 2,127 98
454,437 454,437 0000000000000000002f1a7f8994306f62a73406c658273f339349f08f45a16c 1.00 MB 1,980 159
454,436 454,436 0000000000000000009ac93104fa2b1041691cd112758559b5a0e753d2127512 1.00 MB 1,755 113
454,435 454,435 000000000000000000fc703756126e389620c59fe4a22312a3f7953022f380ba 1.00 MB 2,212 93
454,434 454,434 000000000000000000c6d57ab7799339bb99305ebb7abfb15bdaea8c66690dba 1.00 MB 1,606 115
454,433 454,433 00000000000000000229a8d63360402018d4e6ee5b5a8091badc05c4b6afbce1 1.00 MB 2,381 130
454,432 454,432 00000000000000000103437af4e7408b2cb5713f7be67f4090b1a00b8bc8027d 1.00 MB 2,474 154
454,431 454,431 00000000000000000194894847612d6ceda5d3e265fb5032d0a11afdcf05f8e8 1.00 MB 1,527 148
454,430 454,430 000000000000000000ed08f34eb000f4f6256e58f36655fa1285fea95908f3d6 1.00 MB 2,511 149
454,429 454,429 0000000000000000002de0c15584f2365a75505fb3fe74e868473b5ef6b86f19 1.00 MB 3,316 61
454,428 454,428 00000000000000000063f8843d8ce2c37f394a78c418a3f9d9f394a0e1204832 1.00 MB 2,876 215
454,427 454,427 00000000000000000241335771f77636454ba79919216c785e9bd27750090ffb 1.00 MB 2,327 92
Previous 10 blocks ↓
Total Size: 769.02 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,624.24 GB sent, 92.99 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.