Memory Pool Memory Pool Refreshing

6,748 transactions
2.45 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,698 (339,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
567,868 567,868 0000000000000000001f2e8d2bf7f784104eb1d57692f719a60a93610a7d3e30 0.65 MB 1,613 15
567,867 567,867 000000000000000000118a1a58965d30b4af7481565b24751e861ebef5a27cfe 0.30 MB 665 18
567,866 567,866 0000000000000000000113a81518855e9bebeb5d8b2f9bfaa9d3b0d48f8bbe7d 1.07 MB 2,124 15
567,865 567,865 0000000000000000001c6278cb8d2caf2bafd52e56734d8c270fbb0b36b66724 0.20 MB 396 18
567,864 567,864 00000000000000000029993b17fde052f6f5aaf3073830d48f53e9f04ab4f4cc 0.72 MB 1,256 6
567,863 567,863 000000000000000000205df44d5891823a0db768062494d4481aa40fd827aa1b 1.33 MB 2,792 22
567,862 567,862 0000000000000000000ac3b1f0419c9408633a9d06f85be243c081c84b3c05f8 0.18 MB 472 18
567,861 567,861 0000000000000000001cab00f3d650b2481ed7e612c99a03060ceb77349cd7fc 0.09 MB 225 13
567,860 567,860 000000000000000000163715b110f767940f87e61a612f061348c0bdc2c39265 1.34 MB 979 2
567,859 567,859 0000000000000000002294a30635480034592d55853b30d3eaf4b9977cae7ff2 1.15 MB 2,142 11
567,858 567,858 00000000000000000013e80aa89113a6baf4810b47e43405a1232a1aa9172299 1.37 MB 2,114 5
567,857 567,857 0000000000000000000f576db57bb5beaa248aac0b249610d0ab6f9fdd3013f3 1.15 MB 2,680 8
567,856 567,856 00000000000000000021498332224660d34919e4d7ff7c21ad244d439fc00d63 1.18 MB 2,907 15
567,855 567,855 0000000000000000002e2c16fe9a9b929b63f60ae53fb56f95b5144b1cf6f1f5 1.36 MB 2,449 19
567,854 567,854 00000000000000000012e4d59b77b6281741a5115cd184a109c658227bba552e 1.18 MB 1,549 15
567,853 567,853 0000000000000000002552db8b1a46a104c0c02a160399e6bf4ada79b44d7b1c 1.23 MB 2,234 17
567,852 567,852 0000000000000000000cbb5791ee685243dd00172da070e57056f386c4cceb47 1.34 MB 2,865 25
567,851 567,851 00000000000000000001c9c55ea42dca8ede621b6bccc5a373e5e3fd9b8a38a5 1.12 MB 2,522 10
567,850 567,850 00000000000000000021863ea111a0206d6930cb858bd7ab54f6766d168118ec 1.14 MB 2,613 10
567,849 567,849 000000000000000000064576bf54da58aedeffba4f10291d143694a6d165eb5d 1.55 MB 1,473 12
567,848 567,848 0000000000000000001665b25cb15d804918f1097f4751f74c4cdb44d21013dc 1.25 MB 2,995 24
Previous 10 blocks ↓
Total Size: 768.98 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,616.49 GB sent, 92.73 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.