Memory Pool Memory Pool Refreshing

6,431 transactions
2.17 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,842 (76,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
830,848 830,848 000000000000000000004ee4ffca88f24b1363fde7741f22e6ee3eb9cccdaab4 1.72 MB 934 15
830,847 830,847 000000000000000000013ef85fc80cb6ec2cac0483b287451b5bab9eaddc9ada 1.84 MB 482 13
830,846 830,846 000000000000000000001a9976bee1e7425afc370b554eaf78585038ad586517 1.87 MB 2,629 23
830,845 830,845 0000000000000000000101641f852e987f027f9794429ccaaa2408b7ba81ed32 1.84 MB 366 13
830,844 830,844 00000000000000000000f1812caac02899eb799ba390403c5798e556c38e4341 1.77 MB 773 14
830,843 830,843 000000000000000000017d04c260c0bb669151d10b75f82446806e5f166fa5d5 1.81 MB 1,298 16
830,842 830,842 0000000000000000000367f03509e210d2ed7f558c2fdd7efb649e5bbc87ef14 2.32 MB 1,408 14
830,841 830,841 0000000000000000000368a4493a72322c8e0e571027d8e0efe37fda562b4dba 1.76 MB 2,501 20
830,840 830,840 0000000000000000000051e807613e005e8ac7e7aa94bf87fbdf468353d7324b 1.56 MB 3,461 33
830,839 830,839 00000000000000000002033329768dd4a7f7b6e7d23be03c8d9adcc6a49caebf 1.92 MB 618 12
830,838 830,838 00000000000000000002089f4d239e359f45db65268a15dd5024c613802e71b9 1.86 MB 1,679 17
830,837 830,837 000000000000000000000a9d3655108459252dae4f3c67adcd284683c420c5d1 2.31 MB 1,220 14
830,836 830,836 00000000000000000001bfcc0206695ac5767977fb801dadbda8f15ff971bafb 1.85 MB 2,303 16
830,835 830,835 000000000000000000013f2d7811ffefacd8f3ae7fbd9889a1674ad966e0b67f 1.59 MB 3,345 31
830,834 830,834 0000000000000000000363f2bafa43780b30e7750143f700ade9edd77d152c04 1.89 MB 2,799 21
830,833 830,833 000000000000000000028f986bbea4736e5de7ea7dd438b2af1b73cad0f79bed 2.16 MB 2,589 18
830,832 830,832 000000000000000000020145758007296f47be50baac04fe66498444b5d9375e 1.85 MB 1,614 14
830,831 830,831 000000000000000000011b2c87e115ac2f17f40577190b8f859ef6af26e8fe00 1.47 MB 2,756 29
830,830 830,830 000000000000000000015d2e829250eab6685ce0be17b4a484beda8eca6c975b 1.97 MB 2,390 19
830,829 830,829 000000000000000000000f999773ec670d9a15269cb502514168933fc57e0fe4 1.75 MB 862 15
830,828 830,828 00000000000000000002350a1ea4363b2d6101cbf047715e74f1aafd255a4d53 1.90 MB 1,063 15
Previous 10 blocks ↓
Total Size: 769.25 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,635.10 GB sent, 94.16 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.