Memory Pool Memory Pool Refreshing

14,284 transactions
4.53 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (80,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
826,926 826,926 00000000000000000002a25d56f141d3e7c11a6d1ef41c406c5d175a6da0e637 1.41 MB 2,723 33
826,925 826,925 00000000000000000001ff8c1afed0b8d7e27de957c0519bb15e0469c6396375 1.86 MB 5,451 37
826,924 826,924 0000000000000000000316d8965551a9df0cb45e2d5d33edfa09d28ebab3426f 1.48 MB 2,801 44
826,923 826,923 000000000000000000032ec0aaa61aae8864e0865c5fe5af8f575cce23a51eee 1.45 MB 2,294 37
826,922 826,922 00000000000000000003234d834887defc124f2cc02b2a7917b5bea6df777a89 1.18 MB 1,204 31
826,921 826,921 000000000000000000019b42431dc8c5a0f0769c0deaaf706cf76501ca5d47bd 1.42 MB 1,883 39
826,920 826,920 000000000000000000024cf1247c8c142a9dc187a67dd20ca9c3d173387c8f5c 1.65 MB 4,034 33
826,919 826,919 000000000000000000003ea9622303a2c5f880bfc9cdd8bdc9f48d1c2fdaab8d 1.83 MB 4,005 33
826,918 826,918 00000000000000000001d0a17762108bde2073db6db80f924a3241c425abb844 1.62 MB 2,598 49
826,917 826,917 00000000000000000000c57188d537971e3a557a771368f87c1b9db31dc3ecb9 1.90 MB 4,905 32
826,916 826,916 00000000000000000001ec708fd07da2c1760ca0ce7eb5ba9d23a9d57f637b92 1.59 MB 2,858 49
826,915 826,915 0000000000000000000245cc88ff56ed5fddffb02cfbb1fdf3898bc16060b690 1.22 MB 996 33
826,914 826,914 0000000000000000000022df29166b7c70e8ebb19d6fa2bfe1648c0af4d0397f 1.47 MB 2,249 39
826,913 826,913 000000000000000000003e3768e199167a4b42a806e1870f587deb3f3a9c685e 1.61 MB 2,995 56
826,912 826,912 00000000000000000003a7ab1d25df503d16f09e6d242aa6d220758476eabd35 1.01 MB 164 30
826,911 826,911 0000000000000000000015c03008366f495958f24eda9e251ff50027a0ac5dc0 1.16 MB 1,031 32
826,910 826,910 000000000000000000023223e694d17791a74d709f9358d522c4d18c77122150 1.47 MB 2,335 38
826,909 826,909 00000000000000000003d8b2f773f48f721c6a01edc5a71b8d64c19d4f0afc2b 1.30 MB 1,420 35
826,908 826,908 00000000000000000000e2462d377fb62c30c0cb1bdf663df74db412512c5305 1.48 MB 2,587 47
826,907 826,907 000000000000000000004c4f0b5d51c9809645183bc93b16fc7eb32cb9af462a 1.25 MB 979 33
826,906 826,906 00000000000000000001ee85a409fac672a827d8ec9837683c6d144c073c6238 1.11 MB 592 32
Previous 10 blocks ↓
Total Size: 769.02 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,622.96 GB sent, 92.96 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.