Memory Pool Memory Pool Refreshing

1,454 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,450 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (113,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
793,848 793,848 000000000000000000020587e83bf9444fbec778b4f815b41c86bce377024f38 2.08 MB 2,324 22
793,847 793,847 000000000000000000004c3b2f245ac3bb9fafa8c278ad03191e3dcfc770b4f5 3.47 MB 1,148 10
793,846 793,846 000000000000000000011a3968ec1f2f479cd6b18ed51d583c629126f971a3fd 2.07 MB 3,149 19
793,845 793,845 00000000000000000002375b36fb6c40defb3dda6c09f8ad7f05e75d0796341e 1.52 MB 2,298 22
793,844 793,844 00000000000000000001fe44788db6c910dab6ad9eb1c5df1d2267e89ed2444e 1.56 MB 2,835 42
793,843 793,843 00000000000000000002ff51518987d1b3966883253a472a79b7cb4c7203ac92 2.02 MB 1,194 13
793,842 793,842 000000000000000000031b840c9edad9c034c2bf76cc927a8997e3d4f4521714 2.11 MB 1,554 18
793,841 793,841 00000000000000000000207321fe62b34696e16584e952b5ccb0a867ea0efa2b 2.05 MB 1,124 21
793,840 793,840 0000000000000000000003bc99e85b7c8c137a1410e50b45a5b105c995b8b957 2.16 MB 2,369 18
793,839 793,839 00000000000000000000dc3be54cca4151190ea46e6e85a5477df57a4ae40a1e 2.79 MB 2,193 13
793,838 793,838 000000000000000000037db35ef31ff4b24cf8fab5899e12aa60f9c34a41b61b 1.55 MB 2,522 34
793,837 793,837 000000000000000000056e2af3c2e71f803261f86fc23694d2f7a0207ea5a936 2.34 MB 735 12
793,836 793,836 00000000000000000003abdc6e5c59d13b19299434f57d7b095c3e3650b1b000 2.94 MB 827 11
793,835 793,835 000000000000000000031ed44ccd817c6b7cfdabc12f126fa27045249e028cb7 1.84 MB 2,268 23
793,834 793,834 00000000000000000004a21db534411666e68c092db6f545e40c488db184df2e 2.84 MB 1,595 17
793,833 793,833 000000000000000000039d7a384d3307608c8efe22b17e233e3ef5232efdcb09 2.20 MB 2,629 15
793,832 793,832 00000000000000000003624beb0ec11af3d282d83bd2cc110a821e34693d730f 1.73 MB 2,391 35
793,831 793,831 00000000000000000001296d6f709753d6d0f30a970a1a5b3dd91cbc49761147 1.48 MB 2,346 10
793,830 793,830 000000000000000000027361f46bfb02afe8dd4fc1e542f4497b4fff1f1008f0 1.71 MB 3,133 11
793,829 793,829 00000000000000000002b12232da6e3ef2d6309f51b87c382a8133a6d3aee023 1.90 MB 3,386 9
793,828 793,828 00000000000000000002e1605ab26061b9c9f207c8af300d2f985cf04bbb33b4 3.41 MB 944 10
Previous 10 blocks ↓
Total Size: 769.11 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,629.38 GB sent, 93.42 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.