Memory Pool Memory Pool Refreshing

926 transactions
0.35 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,765 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 916 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,764 (494,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
413,704 413,704 000000000000000003aaf5766a4847e54b6c3f85b5e584df06e19619edd32844 1.00 MB 833 24
413,703 413,703 000000000000000000c549407731a8092a0c290b8b27bf2503a5a18b3a7d1486 1.00 MB 640 14
413,702 413,702 00000000000000000293064d225a6773303eb01ba73942858a6decaed2040b87 1.00 MB 606 24
413,701 413,701 0000000000000000008b19623a03e1156235699b7e2611b853ef368996331e63 0.69 MB 1,218 61
413,700 413,700 00000000000000000448ee09360b6363d9a32fd623ca2fa299b6bd9236df3461 0.18 MB 402 50
413,699 413,699 000000000000000000a3b866f766cfb4df0f913a4a06fafb4220c9262443d242 0.49 MB 976 47
413,698 413,698 000000000000000000ebc37a9f66c1931fabd3ba223d41b6fd806567189f00b6 0.91 MB 97 9
413,697 413,697 00000000000000000314f6ffef349af5a9c80e8e79fd0f41bdbf341c3c88c64e 1.00 MB 1,691 42
413,696 413,696 00000000000000000436e3c2bf11c0acc0013a93b8f0c37dc98833e9b42ad3f7 0.18 MB 161 44
413,695 413,695 000000000000000001251f5326d77b9f0a28f9a6d8fdc3af4dd6f5b776b41ad7 1.00 MB 1,121 29
413,694 413,694 0000000000000000008ca5959d63fd4f0b367ede6c14cbdd76928f1bc9c5cedf 1.00 MB 2,199 78
413,693 413,693 000000000000000002e14c1c1ea01f67560ea2141ca8141ed02d62f832f4ceb2 1.00 MB 1,666 43
413,692 413,692 0000000000000000029547f9b4133ec979881c4a8f95cbe77fc568cb6be9235e 1.00 MB 1,251 29
413,691 413,691 000000000000000002c5a32b8f01d18d37551aa726049d84fb1210307d80b8b0 1.00 MB 1,913 51
413,690 413,690 000000000000000004f991ca89ead1a47e30ac78b1e42325ff5039212a5bbb48 1.00 MB 561 19
413,689 413,689 000000000000000001dfa7303ad2ba68c56de68be451abe0645d32cef0da0ccb 1.00 MB 1,748 57
413,688 413,688 000000000000000002cfbfbe7ed0160f0879a54ee38aa31efb9dd9b9f37dea66 1.00 MB 1,205 23
413,687 413,687 000000000000000000f6c48e60b19317cf3dccc56df4e49ab5415cf1ca773d67 1.00 MB 1,486 32
413,686 413,686 0000000000000000023cdffe2b0d307a95aea799ee556c0a86be89d238e080a7 1.00 MB 579 16
413,685 413,685 000000000000000000653b9b6f412117f64e87f4349940c3590205c70e3d1a7c 1.00 MB 457 14
413,684 413,684 000000000000000004d0a0e8d345ecac668eccba2e56a65bb5550bf133b8a317 1.00 MB 1,201 21
Previous 10 blocks ↓
Total Size: 769.10 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,628.89 GB sent, 93.39 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.