Memory Pool Memory Pool Refreshing

9,820 transactions
4.50 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,862 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (13,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,837 893,837 000000000000000000017c8b1d7255049e3302b0bf844482b6db93046d0c8d82 1.99 MB 979 1
893,836 893,836 000000000000000000014179db636ad3335d8d099abdaa38d86ae28737497e22 1.67 MB 3,286 3
893,835 893,835 00000000000000000002316791ce7849ab3e18cd8a6300657bd000cc71dca551 1.63 MB 3,735 3
893,834 893,834 00000000000000000001aacfb23cd3aa30085c3c8cbb91879f98b629c3be0637 1.85 MB 1,142 1
893,833 893,833 0000000000000000000239b68b4b4a950b4ef7b6dead29fa6d2df583af7a660a 1.69 MB 2,319 2
893,832 893,832 0000000000000000000127cdb858815851b19285d067189c3887f906503d3059 1.96 MB 1,279 2
893,831 893,831 00000000000000000001df6e69b9e5e49cd7e843d9f894a12cc7abd4227c1895 1.83 MB 2,968 3
893,830 893,830 00000000000000000001d3355122550cf050cc424882815604ea945c2c719535 1.56 MB 2,871 5
893,829 893,829 00000000000000000001ab1c0c4d5e730565dac59513ab0193da4c603b5379dd 1.95 MB 2,292 3
893,828 893,828 000000000000000000023eeb6fb5bb21386ba095d9ff1a38ccaacbaa9d44b885 1.82 MB 2,301 2
893,827 893,827 00000000000000000000621895e52dcfdc6f23b46f711dd052b2b2d6e2a7631d 1.56 MB 3,374 5
893,826 893,826 00000000000000000000156187a8682af29032293528cfe659731c3631c222d2 1.51 MB 3,389 4
893,825 893,825 0000000000000000000243d4840b224c430a8914ffb557877cc74a50e27eb3a5 1.71 MB 3,829 3
893,824 893,824 000000000000000000008803aa520f8c0734670f968d504ac386f50d5a248d20 1.78 MB 2,401 2
893,823 893,823 000000000000000000010d8a6c1b5664dbe8cca0bd14c97b9cda7a5da9b9b0b4 1.74 MB 2,945 2
893,822 893,822 000000000000000000022f51b5a6eae2253d7222fdb9c40ec302291137bddd94 0.00 MB 1 0
893,821 893,821 0000000000000000000091f7376fd58a24ce0cf391087b0d26786ba1bc9cea46 1.62 MB 3,019 1
893,820 893,820 00000000000000000001dfa616d8d33b6955fbe9fa87dcadd045ea2a2d8f1f0a 1.53 MB 4,087 8
893,819 893,819 00000000000000000000564e08a13e3ac4d57e6a8169439b831cff72f8550807 1.38 MB 1,145 1
893,818 893,818 00000000000000000002458c1fb0631b3fa26e83834b4c5f35497beefcf9344d 1.65 MB 3,543 4
893,817 893,817 00000000000000000000350bb7e37c2ce12e1b1e9df591a6cf06c47897b1f4b5 1.60 MB 3,650 5
Previous 10 blocks ↓
Total Size: 769.03 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,625.31 GB sent, 93.03 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.