Memory Pool Memory Pool Refreshing

4,308 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,934 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,289 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,933 (621,004 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
286,929 286,929 0000000000000000fd87c76f7450307552e62da8dfbee5248a4323e95e7359cd 0.06 MB 146 47
286,928 286,928 0000000000000000feb522ee47eedefcf06bd0b32294efc6b44c2271d24cb5a9 0.11 MB 145 24
286,927 286,927 000000000000000029839e68b003284ad3868e5df886c144f2bcbfa8ea640da3 0.33 MB 667 37
286,926 286,926 0000000000000000986fb55de86072ead26accd2c1cd5400259ce96e17fa8856 0.03 MB 64 380
286,925 286,925 0000000000000000516114cfc8d360ebb71e5f6290f601954f5bbce9b59b9ac2 0.20 MB 171 64
286,924 286,924 0000000000000000c01fbb156826be59ae432a2967a0b6c520f9e9392cde7ac2 0.50 MB 1,147 41
286,923 286,923 000000000000000153c61610c54ba0d0fdbd37fb848073a03e5477d55d760e03 0.16 MB 273 32
286,922 286,922 000000000000000159cdce16187bd5eef214f8cdd0b87529357b5bac518f334d 0.06 MB 136 51
286,921 286,921 00000000000000004213871aa436c92adff541b61ba991a9a13c283a3e0b025b 0.40 MB 715 32
286,920 286,920 00000000000000009e252c2218606689ffd3623569b7cf8ce8cd86eb04f25359 0.05 MB 95 12
286,919 286,919 0000000000000000bc9bb0029f31961ee4c76fd2e8785de4983e790668a8a9f1 0.07 MB 134 34
286,918 286,918 0000000000000000e904753fb9e054a5147f22b0cd0e5e05a2e8cb6291758242 0.39 MB 625 31
286,917 286,917 000000000000000092dc780ef937a60c8badd16e4e771b829fc5845b893178c4 0.25 MB 584 37
286,916 286,916 0000000000000000d2b93deb943fcf1a781c5e2ddb15ec63e46febdefeba1669 0.39 MB 715 34
286,915 286,915 00000000000000014e62be759d387c9efc52f4577da613760f2ae8b646cb32eb 0.39 MB 444 19
286,914 286,914 000000000000000015239dc01208d50b17e5eec2e3f72d6b3373542ec6b917d8 0.35 MB 1,027 60
286,913 286,913 00000000000000000990c5369dc116365616717af4d61a902cf4e0fa20651318 0.62 MB 710 24
286,912 286,912 0000000000000000c765c799aeb724e7c4f6eed5beabf4964c84b2c650a9388f 0.25 MB 260 16
286,911 286,911 00000000000000006f9136c20fd0dead4da8cb0806c5d8e23253da8afa550809 0.50 MB 886 29
286,910 286,910 0000000000000000eb861380a472eb7219b563c87a7ad30a09d966a66b678a72 0.25 MB 796 44
286,909 286,909 00000000000000007b12957db6d80af059509b7cc6b6f4aea81ae29ea715e6db 0.05 MB 78 515
Previous 10 blocks ↓
Total Size: 769.42 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,645.21 GB sent, 95.04 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.