Memory Pool Memory Pool Refreshing

2,953 transactions
2.36 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
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,806 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,942 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (695,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,609 212,609 00000000000001d0ad7fc4687a53bfd17dcdc41edce175ca5e33df447bab1854 0.00 MB 11 185
212,608 212,608 00000000000003cb81eb1e345d5a555fcc86d8961b7f5da687d24dad8b8d6e67 0.22 MB 419 101
212,607 212,607 000000000000000c2e8de0eeaa74cc5a8d8fa987e54378b310ee7840b5c19c9a 0.46 MB 794 76
212,606 212,606 00000000000004a6602f09f4e4c15898a0845a8b00242aa382fa608e45bb59b1 0.14 MB 250 129
212,605 212,605 000000000000016839f7e15210c34d6c6df35d7cdc7199a2206643039dfeeba3 0.10 MB 250 185
212,604 212,604 00000000000001e0a77e50236c20d1e7d46a3ebc42a5eba6bc89141107fda7df 0.42 MB 796 158
212,603 212,603 00000000000002e8d7fe8c35f7577c694c8d4210a5a3b2182606314aa378ed49 0.13 MB 291 161
212,602 212,602 000000000000028258ec83fab93cc392f067d71ce30e1984baf7b67179402bfb 0.25 MB 538 170
212,601 212,601 00000000000003c81d2051c6957fae2b8265b6175f203d4372899c90d9345f38 0.25 MB 541 167
212,600 212,600 0000000000000477cd7b57c21142f99b1ae05630cebfdb3aedf48f693223e940 0.18 MB 422 180
212,599 212,599 000000000000048a0b949a844c0ec3c4ac28912a5c933556b9f107fc74b44d92 0.40 MB 1,007 176
212,598 212,598 00000000000000bf5f1b19acdb0d5c70bf31351ee359d4dc3120aba057c11d40 0.25 MB 571 164
212,597 212,597 00000000000004cfadb50f4f0c4a2c821aaa08e5de4242203739b40ad3b64b39 0.05 MB 149 261
212,596 212,596 000000000000030b772a7c4a4715a2c1518478801bdafea90fd996b2bdd81de9 0.23 MB 546 191
212,595 212,595 000000000000003ef01264f2b6e79515eeb371dfa1b75d69390d92eec9279046 0.17 MB 282 133
212,594 212,594 0000000000000028cb5fdc6358f10f30f41c83a7a8b77b012762bf3f07d0f58d 0.25 MB 436 140
212,593 212,593 000000000000034f6453fc80138c82220d1d916cf19815001366b89785464275 0.25 MB 882 246
212,592 212,592 000000000000044289b45dcbe85a3d2e63cf9e7db9616e0cbcb1ac170d9459e6 0.15 MB 404 168
212,591 212,591 0000000000000329cdff3f657591350cb552bf8dab71d402d9edefad665ac60a 0.43 MB 1,159 197
212,590 212,590 000000000000040a8de62769116987925eed9fb3ef3fd76b1349a4ea90713287 0.25 MB 139 70
212,589 212,589 000000000000030763746cae9fb8688aee6687ee967acd6e38690f1bb786c2a0 0.25 MB 593 161
Previous 10 blocks ↓
Total Size: 769.17 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,633.40 GB sent, 93.79 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.